Add test for ${FILTER_NAME}_count output

This commit is contained in:
Michal Dorner
2021-01-29 19:59:09 +01:00
parent c2766acabb
commit a2730492f0

View File

@ -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