Skip to content

Commit

Permalink
Add 6th for-each test to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nafarlee committed Nov 30, 2023
1 parent 1c16766 commit f2e3ce4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,16 @@ jobs:
- if: steps.for-each-5.outputs.matches != '["./","dist/"]'
run: exit 1

- name: Run colpal/actions-for-each
id: for-each-6
uses: ./
with:
root-patterns: |
**/*-b/
filter-patterns: '**/file.txt'
- if: steps.for-each-6.outputs.matches != '["fixtures/function-b/","fixtures/run-b/"]'
run: exit 1

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

0 comments on commit f2e3ce4

Please sign in to comment.