From a7e6c7f3cce9c6a158407a81fcf7c4606b624a02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Volpe?= Date: Mon, 18 Dec 2023 17:41:28 +0100 Subject: [PATCH] Update .github/workflows/protocol_tests.yml --- .github/workflows/protocol_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/protocol_tests.yml b/.github/workflows/protocol_tests.yml index b6a0db6cace..43e4fa7b319 100644 --- a/.github/workflows/protocol_tests.yml +++ b/.github/workflows/protocol_tests.yml @@ -67,7 +67,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