Clear repository cache between bazel runs

PiperOrigin-RevId: 632621361
pull/16837/head
Mike Kruskal 7 months ago
parent 615e7045c5
commit 3bc86674a5
  1. 2
      .github/workflows/test_csharp.yml

@ -36,7 +36,7 @@ jobs:
dotnet test -c Release -f net6.0 src/Google.Protobuf.Test/Google.Protobuf.Test.csproj"
- name: Clear bazel between docker instances
run: sudo rm -rf _build
run: sudo rm -rf _build .repository-cache
- name: Run conformance tests
uses: protocolbuffers/protobuf-ci/bazel-docker@v3

Loading…
Cancel
Save