Skip to content

Commit d80229c

Browse files
committed
test: add test print
1 parent 7431fb5 commit d80229c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/self-hosted.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ 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
6970
exit 1
7071
fi
7172

0 commit comments

Comments
 (0)