Skip to content

Bump actions/checkout from 1 to 4 #24

Bump actions/checkout from 1 to 4

Bump actions/checkout from 1 to 4 #24

Workflow file for this run

name: CI test
# This workflow is triggered on pushes and PRs to the repository.
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
nxf_ver: ['20.01.0', '20.04.0', '']
steps:
- uses: actions/checkout@v4
- name: Install Nextflow
run: |
export NXF_VER=${{ matrix.nxf_ver }}
wget -qO- get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/
- name: Basic workflow tests
run: |
nextflow run ${GITHUB_WORKSPACE} --config conf/test.config