Skip to content

Commit 15c3ab6

Browse files
committed
ci
1 parent 6a97297 commit 15c3ab6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
run: |
3535
mkdir testdata testoutput
3636
curl https://static.webknossos.org/data/zarr_v3/l4_sample.zip -o testdata/l4_sample.zip
37-
unzip testdata/l4_sample.zip
37+
cd testdata
38+
unzip l4_sample.zip
3839
3940
- name: Build
4041
run: mvn -B package --file pom.xml

0 commit comments

Comments
 (0)