fix: condition

This commit is contained in:
Vlad Stan
2024-03-27 18:44:09 +02:00
parent bded51bcef
commit cef81f24a1
+1 -1
View File
@@ -70,7 +70,7 @@ jobs:
echo "##########"
echo "$error_count" == "0"
echo "###########$error_count ###########"
if [[ "$error_count" == "0" ]]; then
if ["$error_count" == "0"]; then
echo "Test $filename OK."
rm -r reports/*
else