Skip to content

Commit

Permalink
Add workflow test showcasing multiple root patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
nafarlee committed Nov 30, 2023
1 parent e9443cf commit f60397c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,17 @@ jobs:
- if: steps.for-each-4.outputs.matches != '["dist/"]'
run: exit 1

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

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

0 comments on commit f60397c

Please sign in to comment.