We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee42aa9 commit 4705376Copy full SHA for 4705376
.github/workflows/nf-test.yml
@@ -29,4 +29,4 @@ jobs:
29
sudo mv nf-test /usr/local/bin/
30
31
- name: Run Tests (Shard ${{ matrix.shard }}/${{ strategy.job-total }})
32
- run: nf-test test --ci --shard ${{ matrix.shard }}/${{ strategy.job-total }}
+ run: nf-test test --ci --shard ${{ matrix.shard }}/${{ strategy.job-total }} .
0 commit comments