Run alllll the testsgit add .github/workflows/pytest-workflow.yml

This commit is contained in:
drpatelh 2021-02-04 01:31:25 +00:00 committed by Edmund Miller
parent fe3cb87f6d
commit ffc218e51b
No known key found for this signature in database
GPG key ID: BD387FF7BC10AA9D

View file

@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
name: ${{ matrix.tags }} ${{ matrix.profile }} ${{ matrix.nxf_version }} name: ${{ matrix.tags }} ${{ matrix.profile }} ${{ matrix.nxf_version }}
needs: changes needs: changes
if: needs.changes.outputs.modules != '[]' if: needs.changes.outputs.modules == '[]'
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix: