Skip to content

Commit

Permalink
Use setup-nf-test in CI (#5089)
Browse files Browse the repository at this point in the history
* bundle renovate PRs

* use setup-nf-test for CI

* reset renovate settings
  • Loading branch information
mashehu authored Mar 11, 2024
1 parent 1ae5364 commit 3236889
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -590,20 +590,8 @@ jobs:
- name: Setup Nextflow
uses: nf-core/setup-nextflow@v2

- name: Cache nf-test installation
id: cache-software
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4
with:
path: |
/usr/local/bin/nf-test
/home/runner/.nf-test/nf-test.jar
key: ${{ runner.os }}-${{ env.NFTEST_VER }}-nftest

- name: Install nf-test
if: steps.cache-software.outputs.cache-hit != 'true'
run: |
wget -qO- https://code.askimed.com/install/nf-test | bash
sudo mv nf-test /usr/local/bin/
uses: nf-core/setup-nf-test@v1

- name: Setup apptainer
if: matrix.profile == 'singularity'
Expand Down

0 comments on commit 3236889

Please sign in to comment.