Skip to content

Commit ed02885

Browse files
authored
disable caching for unit tests (#113)
1 parent 112fd5e commit ed02885

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/test_and_docs.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,12 @@ jobs:
4343

4444
- name: Setup Bazel
4545
uses: bazel-contrib/setup-bazel@0.18.0
46-
with:
47-
bazelisk-cache: true
48-
disk-cache: ${{ github.workflow }}
49-
repository-cache: true
50-
cache-save: ${{ github.event_name == 'push' }}
46+
# Currently disabled due to issue in testing not finding correct libraries
47+
# with:
48+
# bazelisk-cache: true
49+
# disk-cache: ${{ github.workflow }}
50+
# repository-cache: true
51+
# cache-save: ${{ github.event_name == 'push' }}
5152

5253
- name: Set up Python 3
5354
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)