aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFabian Meumertzheim <meumertzheim@code-intelligence.com>2021-08-10 11:02:28 +0200
committerFabian Meumertzheim <fabian@meumertzhe.im>2021-08-10 11:21:28 +0200
commit1aed4721b69026267dc106cbbe0698502edcc5aa (patch)
tree1176522c564b4ea162c5b7e620e93b6b701aa906 /.github
parent63071a7f31170b9b4ec0f3173d5c91653261188b (diff)
downloadjazzer-api-1aed4721b69026267dc106cbbe0698502edcc5aa.tar.gz
Use Bazel disk cache for macOS CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/run-all-tests.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/run-all-tests.yml b/.github/workflows/run-all-tests.yml
index 64980368..770f6a66 100644
--- a/.github/workflows/run-all-tests.yml
+++ b/.github/workflows/run-all-tests.yml
@@ -22,7 +22,7 @@ jobs:
cache: "/home/runner/.cache/bazel-disk"
- os: macos-latest
arch: "darwin"
- cache: "/private/var/tmp"
+ cache: "/private/var/tmp/bazel-disk"
steps:
- uses: actions/checkout@v2
@@ -33,7 +33,6 @@ jobs:
java-version: ${{ matrix.jdk }}
- name: Mount Bazel disk cache
- if: matrix.arch != 'darwin'
uses: actions/cache@v2
with:
path: ${{ matrix.cache }}