Skip to content

Commit

Permalink
Update to nf-test v0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho authored Jan 30, 2024
1 parent 9a73387 commit b8643e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Add nextflow to path
run: echo "/opt/nextflow" >> $GITHUB_PATH;
- name: Install nf-test
run: sudo bash; mkdir /opt/nf-test; cd /opt/nf-test; wget https://github.com/askimed/nf-test/releases/download/v0.8.2/nf-test-0.8.2.tar.gz; tar xvfz nf-test-*.tar.gz; chmod +x nf-test;
run: sudo bash; mkdir /opt/nf-test; cd /opt/nf-test; wget https://github.com/askimed/nf-test/releases/download/v0.8.4/nf-test-0.8.4.tar.gz; tar xvfz nf-test-*.tar.gz; chmod +x nf-test;
- name: Add nf-test to pathdocker build -t genepi/nf-gwas .
run: echo "/opt/nf-test" >> $GITHUB_PATH;
- name: Run nf-test tests with development profile
Expand Down

0 comments on commit b8643e1

Please sign in to comment.