Skip to content

Commit

Permalink
Added batch mode test; include one more test sample
Browse files Browse the repository at this point in the history
  • Loading branch information
andreped committed Sep 11, 2024
1 parent 189afd5 commit dab9931
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,17 @@ jobs:
- name: Download test data
run: |
wget https://openslide.cs.cmu.edu/download/openslide-testdata/Olympus/OS-1.zip
wget https://openslide.cs.cmu.edu/download/openslide-testdata/Olympus/OS-2.zip
unzip OS-1.zip
unzip OS-2.zip
mkdir WSI/
mv OS-* WSI/
- name: Test single conversion
run: vsi2tif -i ./OS-2.vsi -o ./OS-2.tif -b bftools/bfconvert -v 0
run: vsi2tif -i ./WSI/OS-2.vsi -o ./OS-2.tif -b bftools/bfconvert -v 0
shell: bash

- name: Test batch conversion
run: vsi2tif -i ./WSI -o ./converted/ -b bftools/bfconvert -v 0
shell: bash

0 comments on commit dab9931

Please sign in to comment.