Skip to content

Commit 4705376

Browse files
committed
try specifying cwd as arg in nf-test command
1 parent ee42aa9 commit 4705376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nf-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
sudo mv nf-test /usr/local/bin/
3030
3131
- name: Run Tests (Shard ${{ matrix.shard }}/${{ strategy.job-total }})
32-
run: nf-test test --ci --shard ${{ matrix.shard }}/${{ strategy.job-total }}
32+
run: nf-test test --ci --shard ${{ matrix.shard }}/${{ strategy.job-total }} .

0 commit comments

Comments
 (0)