Skip to content

Commit 2b05c1f

Browse files
authored
Update run_examples.yml
1 parent c13a80a commit 2b05c1f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/run_examples.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)