Skip to content

Commit

Permalink
fix path to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maxulysse committed Jul 8, 2023
1 parent ebeda55 commit abf40f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Run nf-test
uses: Wandalen/[email protected]
with:
command: nf-test test tests/${{ matrix.tags }}.nf.test --profile "test,${{ matrix.profile }}" --tap=test.tap
command: nf-test test tests/pipeline/${{ matrix.tags }}.nf.test --profile "test,${{ matrix.profile }}" --tap=test.tap
attempt_limit: 3

- name: Output log on failure
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
- name: Run nf-test
uses: Wandalen/[email protected]
with:
command: nf-test test tests/${{ matrix.tag }}.nf.test --profile "test,${{ matrix.profile }}" --tap=test.tap
command: nf-test test tests/pipeline/${{ matrix.tag }}.nf.test --profile "test,${{ matrix.profile }}" --tap=test.tap
attempt_limit: 3

- name: Output log on failure
Expand Down

0 comments on commit abf40f5

Please sign in to comment.