diff --git a/.github/workflows/protocol_tests.yml b/.github/workflows/protocol_tests.yml index aa071a36b13..5e8570684c9 100644 --- a/.github/workflows/protocol_tests.yml +++ b/.github/workflows/protocol_tests.yml @@ -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