Skip to content

Commit ee42aa9

Browse files
committed
simplify CI, always run
1 parent 3443734 commit ee42aa9

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/nf-test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ jobs:
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v4
14-
with:
15-
fetch-depth: 0
1614

1715
- name: Set up JDK 11
1816
uses: actions/setup-java@v2
@@ -31,4 +29,4 @@ jobs:
3129
sudo mv nf-test /usr/local/bin/
3230
3331
- name: Run Tests (Shard ${{ matrix.shard }}/${{ strategy.job-total }})
34-
run: nf-test test --ci --shard ${{ matrix.shard }}/${{ strategy.job-total }} --changed-since HEAD^
32+
run: nf-test test --ci --shard ${{ matrix.shard }}/${{ strategy.job-total }}

.nf-test.config

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)