Skip to content

Commit

Permalink
Correct expected output for test 5
Browse files Browse the repository at this point in the history
  • Loading branch information
nafarlee committed Nov 30, 2023
1 parent f60397c commit 1c16766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
./
**/
filter-patterns: '**/main.*'
- if: steps.for-each-5.outputs.matches != '[]'
- if: steps.for-each-5.outputs.matches != '["./","dist/"]'
run: exit 1

- name: Run colpal/actions-for-each
Expand Down

0 comments on commit 1c16766

Please sign in to comment.