Skip to content

Commit f1b9cf8

Browse files
committed
ci
1 parent 75d3fa8 commit f1b9cf8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ jobs:
3131
mkdir -p ../blosc-java/target
3232
mv *.jar ../blosc-java/target
3333
34+
- name: Download testdata
35+
run: |
36+
mkdir testdata testoutput
37+
wget https://static.webknossos.org/data/zarr_v3/l4_sample.zip -O testdata/l4_sample.zip
38+
unzip testdata/l4_sample.zip
39+
3440
- name: Build
3541
run: mvn -B package --file pom.xml
3642

0 commit comments

Comments
 (0)