C#: Update to .NET SDK 9.0.300 and .NET Runtime 9.0.5. #459
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: "Test zipmerge code" | |
| on: | |
| pull_request: | |
| paths: | |
| - "misc/bazel/internal/zipmerge/**" | |
| - "MODULE.bazel" | |
| - ".bazelrc*" | |
| branches: | |
| - main | |
| - "rc/*" | |
| permissions: | |
| contents: read | |
| jobs: | |
| test: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v5 | |
| - run: | | |
| bazel test //misc/bazel/internal/zipmerge:test --test_output=all |