Skip to content

Commit

Permalink
try with cache
Browse files Browse the repository at this point in the history
  • Loading branch information
BenBirt committed Oct 10, 2024
1 parent cb045ed commit a41c0af
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/bazel_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ jobs:
run-bazel-test:
runs-on: ubuntu-latest
steps:
- name: Cache bazel
uses: actions/[email protected]
env:
cache-name: bazel-cache
with:
path: |
~/.cache/bazelisk
~/.cache/bazel
key: ${{ runner.os }}-${{ env.cache-name }}
- uses: actions/checkout@v2
- run: bazel test //...
# runs-on: gcr.io/bazel-public/bazel:7.3.2
Expand Down

0 comments on commit a41c0af

Please sign in to comment.