Skip to content

Commit

Permalink
add test to check for 0 counts
Browse files Browse the repository at this point in the history
  • Loading branch information
Obi-Dann committed Sep 11, 2024
1 parent b29a30c commit 9b91190
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pull-request-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,7 @@ jobs:
- name: added-test
if: steps.filter.outputs.local_added != 1
run: exit 1

- name: modified-test
if: steps.filter.outputs.local_modified != 0
run: exit 1

0 comments on commit 9b91190

Please sign in to comment.