File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848
4949 - name : Download testdata
5050 run : |
51- mkdir testoutput
52- curl https://static.webknossos.org/data/zarr_v3/l4_sample.zip -o testdata/l4_sample.zip
53- cd testdata
51+ mkdir -p zarr-java-core/testoutput zarr-java-ome/ testoutput
52+ curl https://static.webknossos.org/data/zarr_v3/l4_sample.zip -o zarr-java-core/ testdata/l4_sample.zip
53+ cd zarr-java-core/ testdata
5454 unzip l4_sample.zip
5555
5656 - name : Build
7171 - uses : actions/upload-artifact@v4
7272 with :
7373 name : jar-${{ runner.os }}
74- path : target/*.jar
74+ path : |
75+ zarr-java-core/target/*.jar
76+ zarr-java-ome/target/*.jar
Original file line number Diff line number Diff line change 2828 - name : Prepare JAR for testing
2929 run : |
3030 # Find the JAR
31- JAR_PATH=$(ls target/zarr-java-* .jar | grep -v original | grep -v javadoc | grep -v sources | head -1)
31+ JAR_PATH=$(ls zarr-java-core/ target/zarr-java-core-*-shaded .jar | head -1)
3232 FULL_JAR_PATH="${GITHUB_WORKSPACE}/${JAR_PATH}"
3333 echo "JAR_PATH=${FULL_JAR_PATH}" >> $GITHUB_ENV
3434 echo "Found JAR at: ${FULL_JAR_PATH}"
Original file line number Diff line number Diff line change 4343
4444 - name : Download testdata
4545 run : |
46- mkdir testoutput
47- curl https://static.webknossos.org/data/zarr_v3/l4_sample.zip -o testdata/l4_sample.zip
48- cd testdata
46+ mkdir -p zarr-java-core/testoutput zarr-java-ome/ testoutput
47+ curl https://static.webknossos.org/data/zarr_v3/l4_sample.zip -o zarr-java-core/ testdata/l4_sample.zip
48+ cd zarr-java-core/ testdata
4949 unzip l4_sample.zip
5050
5151 # End copy from ci.yml
You can’t perform that action at this time.
0 commit comments