Skip to content

Commit f648034

Browse files
committed
asdf
1 parent 6ddefc3 commit f648034

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
run: |
5454
xrdcp xroot://sci-xrootd.jlab.org///osgpool/hallb/clas12/validation/clas_005038.evio.00000 ./
5555
xrdcp xroot://sci-xrootd.jlab.org///osgpool/hallb/clas12/validation/raw/rg-l/clas_021559.evio.00001 ./
56+
ls -lhtr
5657
5758
# build
5859
#############################################################################
@@ -154,7 +155,6 @@ jobs:
154155
- uses: actions/cache/restore@v4
155156
with:
156157
key: raw_test_data
157-
path: clas_005038.evio.00000
158158
- name: untar build
159159
run: tar xzvf coatjava.tar.gz
160160
- name: run test
@@ -179,7 +179,6 @@ jobs:
179179
- uses: actions/cache/restore@v4
180180
with:
181181
key: raw_test_data
182-
path: clas_021559.evio.00001
183182
- name: untar build
184183
run: |
185184
tar xzvf clara.tar.gz

0 commit comments

Comments
 (0)