File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments