nf-core_modules/.github/workflows/pytest-workflow.yml
Edmund Miller d00bd5f6b1
ci: v0.1 => master
Living life on the edge
2021-01-24 10:33:44 -06:00

19 lines
452 B
YAML

name: Pytest-workflow
on: [push, pull_request]
jobs:
ci_test:
runs-on: ubuntu-latest
name: CI Test
strategy:
matrix:
nxf_version: [20.11.0-edge]
env:
NXF_ANSI_LOG: false
steps:
- uses: actions/checkout@v2
- name: Nextflow pytest-workflow
uses: Emiller88/pytest-workflow-composite-action@master
with:
pytest_tags: 'fastqc'
nxf_version: ${{ matrix.nxf_version }}