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 3443734 commit ee42aa9Copy full SHA for ee42aa9
.github/workflows/nf-test.yml
@@ -11,8 +11,6 @@ jobs:
11
steps:
12
- name: Checkout
13
uses: actions/checkout@v4
14
- with:
15
- fetch-depth: 0
16
17
- name: Set up JDK 11
18
uses: actions/setup-java@v2
@@ -31,4 +29,4 @@ jobs:
31
29
sudo mv nf-test /usr/local/bin/
32
30
33
- name: Run Tests (Shard ${{ matrix.shard }}/${{ strategy.job-total }})
34
- run: nf-test test --ci --shard ${{ matrix.shard }}/${{ strategy.job-total }} --changed-since HEAD^
+ run: nf-test test --ci --shard ${{ matrix.shard }}/${{ strategy.job-total }}
.nf-test.config
0 commit comments