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: Set up Python uses: actions/setup-python@v2 with: python-version: "3.x" - name: Nextflow pytest-workflow uses: Emiller88/pytest-workflow-composite-action@master with: pytest_tags: 'fastqc' nxf_version: ${{ matrix.nxf_version }}