Skip to content

Commit

Permalink
Add test for ${FILTER_NAME}_count output
Browse files Browse the repository at this point in the history
  • Loading branch information
dorny committed Jan 29, 2021
1 parent c2766ac commit a273049
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pull-request-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ jobs:
- name: filter-test
if: steps.filter.outputs.local != 'true'
run: exit 1
- name: count-test
if: steps.filter.outputs.local_count != 1
run: exit 1

test-change-type:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a273049

Please sign in to comment.