File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ jobs:
2828 8
2929 21
3030 cache : " maven"
31- - name : Cache Artifacts
32- id : cache-ch-artifats
33- uses : actions/cache@v4
31+ - name : Save Repo Artifacts
32+ id : save-repo-artifacts
33+ uses : actions/cache/save @v4
3434 with :
35- path : ~/.m2/repository/com/clickhouse/**
35+ path : ~/.m2/repository/com/clickhouse
3636 key : ${{ github.run_id }}-ch-artifacts
3737 - name : Build and install libraries
3838 run : mvn --batch-mode --no-transfer-progress --show-version --strict-checksums --threads 2 -Dmaven.wagon.rto=30000 -Dj8 -DskipITs install
@@ -49,11 +49,11 @@ jobs:
4949 steps :
5050 - name : Check out repository
5151 uses : actions/checkout@v4
52- - name : Restore cached Primes
53- id : cache-primes-restore
52+ - name : Restore Repo Artifacts
53+ id : restore-repo-artifacts
5454 uses : actions/cache/restore@v4
5555 with :
56- path : ~/.m2/repository/com/clickhouse/
56+ path : ~/.m2/repository/com/clickhouse
5757 key : ${{ github.run_id }}-ch-artifacts
5858 - name : Run Docker
5959 run : |
You can’t perform that action at this time.
0 commit comments