Skip to content

Commit

Permalink
update path to pipeline test files
Browse files Browse the repository at this point in the history
  • Loading branch information
sateeshperi committed Feb 11, 2024
1 parent a3be34c commit 90c63ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: List nf-test
id: list
run: |
echo "tests=$(nf-test list --silent --format=json tests/**/*.nf.test)" >> "$GITHUB_OUTPUT"
echo "tests=$(nf-test list --silent --format=json tests/pipeline/**/*.nf.test)" >> "$GITHUB_OUTPUT"
test:
name: ${{ matrix.tags }} (${{ matrix.profile }}-${{ matrix.NXF_VER }})
Expand Down

0 comments on commit 90c63ba

Please sign in to comment.