Skip to content

Commit

Permalink
Fix test path
Browse files Browse the repository at this point in the history
  • Loading branch information
eachanjohnson committed Sep 22, 2024
1 parent c7941c2 commit 5faaaba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nf-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ jobs:
- uses: nf-core/setup-nextflow@v1
- name: Test Nextflow pipeline
run: |
nextflow run ${GITHUB_WORKSPACE} -c test/nextflow.config -profile gh -stub
cd test
nextflow run .. -profile gh -stub

0 comments on commit 5faaaba

Please sign in to comment.