Skip to content

Commit

Permalink
Merge branch 'martinvol/organizeFoundryInCi' of github.com:celo-org/c…
Browse files Browse the repository at this point in the history
…elo-monorepo into martinvol/organizeFoundryInCi
  • Loading branch information
martinvol committed Dec 19, 2023
2 parents d5efcc3 + a7e6c7f commit 408fe27
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 @@ -71,7 +71,7 @@ jobs:
if: success() || failure()
run: |
if ls test-sol | grep -qi '\.t\.sol'; then
echo "All tests should be in a file"
echo "All tests should be in a folder"
exit 1
fi
Expand Down

0 comments on commit 408fe27

Please sign in to comment.