Skip to content

Commit

Permalink
ci: See if follow-dependencies works without "related-tests"
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Aug 23, 2024
1 parent 6b91db9 commit b27013b
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 @@ -260,7 +260,8 @@ jobs:
--verbose \
--only-changed \
--shard ${{ matrix.shard }}/${{ env.TOTAL_SHARDS }} \
--filter ${{ matrix.filter }}
--filter ${{ matrix.filter }} \
--follow-dependencies
- name:
run: nf-test test --ci
Expand Down

0 comments on commit b27013b

Please sign in to comment.