Skip to content

Commit

Permalink
simplify CI, always run
Browse files Browse the repository at this point in the history
  • Loading branch information
kedhammar committed Oct 29, 2024
1 parent 3443734 commit ee42aa9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/nf-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up JDK 11
uses: actions/setup-java@v2
Expand All @@ -31,4 +29,4 @@ jobs:
sudo mv nf-test /usr/local/bin/
- name: Run Tests (Shard ${{ matrix.shard }}/${{ strategy.job-total }})
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 }}
5 changes: 0 additions & 5 deletions .nf-test.config

This file was deleted.

0 comments on commit ee42aa9

Please sign in to comment.