Skip to content

Important! Template update for nf-core/tools v3.1.0 #98

Important! Template update for nf-core/tools v3.1.0

Important! Template update for nf-core/tools v3.1.0 #98

Workflow file for this run

name: nf-test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Nextflow latest-edge
uses: nf-core/setup-nextflow@v2
with:
version: "latest-edge"
- name: Install nf-test
run: |
wget -qO- https://get.nf-test.com | bash
sudo mv nf-test /usr/local/bin/
- name: Run Tests
run: nf-test test --ci tests