From f60397cda2555f408d7f019ea179d03a6f336fee Mon Sep 17 00:00:00 2001 From: Nicholas Farley Date: Thu, 30 Nov 2023 15:28:45 -0500 Subject: [PATCH] Add workflow test showcasing multiple root patterns --- .github/workflows/test.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d3c12f3..5da388b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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: ./