We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0851f60 commit 5264c3aCopy full SHA for 5264c3a
.github/workflows/ci-tests.yml
@@ -36,4 +36,5 @@ jobs:
36
sudo mv nf-test /usr/local/bin/
37
38
- name: Run Tests (Shard ${{ matrix.shard }}/${{ strategy.job-total }})
39
+ working-directory: ./workflows/Nextflow
40
run: nf-test test --ci --shard ${{ matrix.shard }}/${{ strategy.job-total }}
0 commit comments