We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1e3c2b commit 85d36d2Copy full SHA for 85d36d2
.github/workflows/docker-image.yml
@@ -61,7 +61,7 @@ jobs:
61
name: Test
62
run: |
63
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
- if [ ! -f output/tree_sample_1.nwk ] ; then exit 1; fi
+ if [ ! -f /out/output/tree_sample_1.nwk ] ; then exit 1; fi
65
-
66
name: Login to DockerHub
67
if: github.event_name != 'pull_request' && github.event_name != 'push'
0 commit comments