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 c9ac586 commit 0bd0b71
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
- uses: pcolby/tap-summary@0959cbe1d4422e62afc65778cdaea6716c41d936 # v1
with:
Expand Down

0 comments on commit 0bd0b71

Please sign in to comment.