Skip to content

Commit

Permalink
replace fake file by ome.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Mar 19, 2024
1 parent 0735286 commit f58def9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
- name: Prepare data
run: |
mkdir data
touch "data/test&sizeT=3.fake"
wget --user-agent GHA https://downloads.openmicroscopy.org/images/OME-XML/2016-06/time-series.ome.xml && mv time-series.ome.xml data
wget --user-agent GHA https://downloads.openmicroscopy.org/images/OME-TIFF/2016-06/tubhiswt-2D.zip && unzip tubhiswt-2D.zip && mv tubhiswt-2D data
- name: Test
shell: bash
run: |
docker run -t -v $(pwd)/data/:/data/ bio-formats-octave test.m /data/tubhiswt-2D/tubhiswt_C0.ome.tif
docker run -t -v $(pwd)/data/:/data/ bio-formats-octave test.m /data/test&sizeT=3.fake
docker run -t -v $(pwd)/data/:/data/ bio-formats-octave test.m /data/time-series.ome.xml
# Push image to DockerHub
upload:
needs: build
Expand Down

0 comments on commit f58def9

Please sign in to comment.