diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 3ac71de..7d83594 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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: ./