diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 16b7df7..d3c12f3 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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: ./