Skip to content

Commit

Permalink
Add workflow test with root/filter patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
nafarlee committed Nov 30, 2023
1 parent 5cf3dd3 commit e9443cf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@ jobs:
- if: steps.for-each-3.outputs.matches != '["fixtures/run-a/file.txt","fixtures/run-b/file.txt"]'
run: exit 1

- name: Run colpal/actions-for-each
id: for-each-4
uses: ./
with:
root-patterns: '*/'
filter-patterns: '**/main.*'
- if: steps.for-each-4.outputs.matches != '["dist/"]'
run: exit 1

- name: Run colpal/actions-for-each
id: for-each
uses: ./
Expand Down

0 comments on commit e9443cf

Please sign in to comment.