Skip to content

Commit

Permalink
Fix sintax
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvol committed Dec 18, 2023
1 parent 3df81c3 commit d8455fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/protocol_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

- name: Fail if there are tests without folder
if: success() || failure()
run: ! ls test-sol | grep -qi '\.t\.sol'
run: exit !(ls test-sol | grep -qi '\.t\.sol')

- name: Run Everything just in case something was missed
# can't use gas limit because some setUp function use more than the limit
Expand Down

0 comments on commit d8455fe

Please sign in to comment.