We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d80229c commit 78a1ab7Copy full SHA for 78a1ab7
.github/workflows/self-hosted.yml
@@ -66,7 +66,6 @@ jobs:
66
chmod +x scripts/run_tests_fallback.sh
67
./scripts/run_tests_fallback.sh | tee >(grep -qE "FAILED|ERROR" && echo "HAS_ERRORS=true" >> $GITHUB_ENV)
68
if [[ $HAS_ERRORS == "true" ]]; then
69
- echo Test
70
exit 1
71
fi
72
0 commit comments