Skip to content

Commit dd752d5

Browse files
authored
Re-enable mac cache (#779)
1 parent 2a2f5ab commit dd752d5

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/main.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,14 @@ jobs:
9191
cli: '1.12.0.1530'
9292
bb: latest
9393

94-
# - name: 🗝 maven cache
95-
# uses: actions/cache@v3
96-
# with:
97-
# path: |
98-
# ~/.m2
99-
# ~/.gitlibs
100-
# ~/.deps.clj
101-
# key: ${{ runner.os }}-maven-test-${{ hashFiles('deps.edn') }}
94+
- name: 🗝 maven cache
95+
uses: actions/cache@v3
96+
with:
97+
path: |
98+
~/.m2
99+
~/.gitlibs
100+
~/.deps.clj
101+
key: ${{ runner.os }}-maven-test-${{ hashFiles('deps.edn') }}
102102
- name: 🧪 Run tests
103103
shell: bash
104104
run: |
@@ -132,14 +132,14 @@ jobs:
132132
with:
133133
bb: latest
134134

135-
# - 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') }}
135+
- 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') }}
143143

144144
- name: 🧪 Run tests
145145
shell: bash

0 commit comments

Comments
 (0)