Skip to content

Commit

Permalink
Revert "ci: Try passing an array"
Browse files Browse the repository at this point in the history
This reverts commit d3611fc.
  • Loading branch information
edmundmiller committed Oct 8, 2021
1 parent d3611fc commit aa1691b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pytest-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ jobs:
changes:
name: Check for changes
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
filter:
["tests/config/pytest_modules.yml", "tests/config/pytest_subworkflows.yml"]
outputs:
# Expose matched filters as job 'modules' output variable
modules: ${{ steps.filter.outputs.changes }}
Expand All @@ -18,7 +23,7 @@ jobs:
- uses: dorny/paths-filter@v2
id: filter
with:
filters: ["tests/config/pytest_modules.yml", "tests/config/pytest_subworkflows.yml"]
filters: ${{ matrix.filter }}

test:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit aa1691b

Please sign in to comment.