Skip to content

Commit

Permalink
TESTING
Browse files Browse the repository at this point in the history
  • Loading branch information
crosenth committed Jul 26, 2024
1 parent 62947a5 commit 6ae090b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
# - run: nextflow -quiet run main.nf -params-file test/noindex/params.json -profile docker --container ${{ github.repository }} --manifest test/noindex/manifest.csv
# - run: nextflow -quiet run main.nf -params-file test/single/cmsearch/params.json -profile docker --container ${{ github.repository }} --manifest test/single/manifest.csv
# - run: nextflow -quiet run main.nf -params-file test/single/vsearch/params.json -profile docker --container ${{ github.repository }} --manifest test/single/manifest.csv
- run: docker run --volume $(pwd):$(pwd) --workdir $(pwd) ${{ github.repository }} bin/bash -c "cd test/ungs/;./test_combine_svs.sh"
- run: docker run --volume $(pwd):$(pwd) --workdir $(pwd) ${{ steps.meta.outputs.tags }} bin/bash -c "cd test/ungs/;./test_combine_svs.sh"

- name: Push tag to ${{ env.REGISTRY }}
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 6ae090b

Please sign in to comment.