Skip to content

C#: Use .NET 10 for building the extractor and running tests. #493

C#: Use .NET 10 for building the extractor and running tests.

C#: Use .NET 10 for building the extractor and running tests. #493

Workflow file for this run

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