aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/run-all-tests.yml
diff options
context:
space:
mode:
authorFabian Meumertzheim <meumertzheim@code-intelligence.com>2021-04-26 16:17:45 +0200
committerFabian Meumertzheim <fabian@meumertzhe.im>2021-04-26 16:32:54 +0200
commit978ed6a05bb9408e02b2b1c88064e5851399824b (patch)
treea604862541f76e1e62023f7ce98b7f8588d23b38 /.github/workflows/run-all-tests.yml
parent318027134fd78df4b4c9d123e1b6afa3c8aa6b89 (diff)
downloadjazzer-api-978ed6a05bb9408e02b2b1c88064e5851399824b.tar.gz
Disable caching on macOS
The caching action fails on macOS after hanging in the Post hook for a few minutes.
Diffstat (limited to '.github/workflows/run-all-tests.yml')
-rw-r--r--.github/workflows/run-all-tests.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/run-all-tests.yml b/.github/workflows/run-all-tests.yml
index d69e173d..17016d1d 100644
--- a/.github/workflows/run-all-tests.yml
+++ b/.github/workflows/run-all-tests.yml
@@ -37,6 +37,7 @@ jobs:
java-version: ${{ matrix.jdk }}
- name: Mount Bazel disk cache
+ if: matrix.arch != 'darwin'
uses: actions/cache@v2
with:
path: ${{ matrix.cache }}