Skip to content

Commit 97c92f8

Browse files
committed
wip trying to fix docker output folder
1 parent 85d36d2 commit 97c92f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker-image.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ jobs:
6161
name: Test
6262
run: |
6363
docker run --rm -i -v $PWD/tests:/input -v $PWD/tests/:/reads -v $PWD/output:/out -v $PWD/run:/run ${{ env.TEST_TAG }} --tree --standalone_path /input/marker_genes --dna_reference /input/dna_ref.fa --reads /reads/sample_1.fastq --output_path /out/output --debug --threads 1
64+
ls -l /out/output
65+
ls -l /out
66+
ls -l /
6467
if [ ! -f /out/output/tree_sample_1.nwk ] ; then exit 1; fi
6568
-
6669
name: Login to DockerHub

0 commit comments

Comments
 (0)