Skip to content

Commit 78a1ab7

Browse files
committed
ci: delete unnecessary print
1 parent d80229c commit 78a1ab7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/self-hosted.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ jobs:
6666
chmod +x scripts/run_tests_fallback.sh
6767
./scripts/run_tests_fallback.sh | tee >(grep -qE "FAILED|ERROR" && echo "HAS_ERRORS=true" >> $GITHUB_ENV)
6868
if [[ $HAS_ERRORS == "true" ]]; then
69-
echo Test
7069
exit 1
7170
fi
7271

0 commit comments

Comments
 (0)