8000 Tweak CI · symfony/symfony@ac2c3a9 · GitHub
[go: up one dir, main page]

Skip to content

Commit ac2c3a9

Browse files
Tweak CI
1 parent ab2a0fe commit ac2c3a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
if [[ $ok -ne 0 ]]; then
158158
printf "\n%-70s%10s\n" $title $(($end-$start))s
159159
echo "$OUTPUT"
160-
echo -e "\n\\e[41mKO\\e[0m $title\\n"
160+
echo -e "\n::error::\\e[41mKO\\e[0m $title\\n"
161161
else
162162
printf "::group::%-68s%10s\n" $title $(($end-$start))s
163163
echo "$OUTPUT"

0 commit comments

Comments
 (0)
0