Skip to content

Commit 05e991a

Browse files
committed
temp fix for bb CI
1 parent 8ee285a commit 05e991a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -133,13 +133,13 @@ jobs:
133133
bb: latest
134134

135135
- name: 🗝 maven cache
136-
uses: actions/cache@v3
137-
with:
138-
path: |
139-
~/.m2
140-
~/.gitlibs
141-
~/.deps.clj
142-
key: ${{ runner.os }}-maven-test-${{ hashFiles('deps.edn') }}-${{ hashFiles('bb.edn') }}
136+
# uses: actions/cache@v3
137+
# with:
138+
# path: |
139+
# ~/.m2
140+
# ~/.gitlibs
141+
# ~/.deps.clj
142+
# key: ${{ runner.os }}-maven-test-${{ hashFiles('deps.edn') }}-${{ hashFiles('bb.edn') }}
143143

144144
- name: 🧪 Run tests
145145
shell: bash

0 commit comments

Comments
 (0)