Skip to content

chore(deps): bump peaceiris/actions-gh-pages from 3 to 4 #54

chore(deps): bump peaceiris/actions-gh-pages from 3 to 4

chore(deps): bump peaceiris/actions-gh-pages from 3 to 4 #54

Workflow file for this run

name: CI test
# This workflow is triggered on pushes and PRs to the repository.
on:
pull_request:
types: [review_requested, ready_for_review]
branches:
- main
- dev
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
nxf_ver: ['20.01.0', '']
vcf_tools: ['test_mix_tools_vcf', 'test_strelka_vcf', 'test_manta_vcf']
steps:
- uses: actions/checkout@v3
- 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/${{ matrix.vcf_tools }}.config