File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 21
21
distribution : ' liberica'
22
22
cache : ' maven'
23
23
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
-
38
24
- name : Build with Maven
39
- env :
40
- START_SPRING_IO_TMPDIR : /tmp/start-spring-io-cache-2024-12-11
41
25
run : ./mvnw --batch-mode --update-snapshots --activate-profiles verification verify
42
26
43
27
- name : Send notification
You can’t perform that action at this time.
0 commit comments