Skip to content

Commit aae8a4d

Browse files
committed
fix
1 parent d82ab15 commit aae8a4d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,9 @@ jobs:
154154
- uses: actions/cache/restore@v4
155155
with:
156156
key: raw_test_data
157-
path: clas_005038.evio.00000
157+
path: |
158+
clas_005038.evio.00000
159+
clas_021559.evio.00001
158160
- name: untar build
159161
run: tar xzvf coatjava.tar.gz
160162
- name: run test
@@ -180,7 +182,9 @@ jobs:
180182
- uses: actions/cache/restore@v4
181183
with:
182184
key: raw_test_data
183-
path: clas_021559.evio.00001
185+
path: |
186+
clas_005038.evio.00000
187+
clas_021559.evio.00001
184188
- name: untar build
185189
run: |
186190
tar xzvf clara.tar.gz

0 commit comments

Comments
 (0)