Skip to content

Commit 17f4ab4

Browse files
committed
Disable the cache for the verification job
1 parent a2c6388 commit 17f4ab4

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/verification.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,7 @@ jobs:
2121
distribution: 'liberica'
2222
cache: 'maven'
2323

24-
- name: Cache node_modules
25-
uses: actions/cache@v4
26-
with:
27-
path: start-client/node_modules
28-
key: node-modules-${{ hashFiles('start-client/yarn.lock') }}
29-
30-
- name: Cache Maven/Gradle repositories for tests
31-
uses: actions/cache@v4
32-
with:
33-
path: /tmp/start-spring-io-cache-2024-12-11
34-
# See https://github.com/actions/cache/blob/main/tips-and-workarounds.md#update-a-cache
35-
key: test-repositories-${{ runner.os }}-${{ github.run_id }}
36-
restore-keys: test-repositories-${{ runner.os }}
37-
3824
- name: Build with Maven
39-
env:
40-
START_SPRING_IO_TMPDIR: /tmp/start-spring-io-cache-2024-12-11
4125
run: ./mvnw --batch-mode --update-snapshots --activate-profiles verification verify
4226

4327
- name: Send notification

0 commit comments

Comments
 (0)