Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
just a tad more serious
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
.github/workflows/run-tests.yml
|
@@ -198,7 +198,7 @@ jobs: |
|
|
run: | |
|
|
echo "::set-output name=COMMENT_ID::"$([[ "${COMMENT_FOUND}" -eq "0" ]] && echo ${COMMENT_CREATED} || echo ${COMMENT_FOUND}) |
|
|
if [[ ${COMPILE_OUTCOME} != "success" ]]; then |
|
|
echo "::set-output name=COMMENT_BODY::${COMMIT_SHA} :poop: compilation failed" |
|
|
echo "::set-output name=COMMENT_BODY::${COMMIT_SHA} :scream: compilation failed" |
|
|
elif [[ ${TESTS_PASS} != "true" ]]; then |
|
|
echo "::set-output name=COMMENT_BODY::${COMMIT_SHA} :fire: some unit-tests are failing ${CDASH_URL}" |
|
|
elif [[ ${RUNNERS_OUTCOME} != "success" ]]; then |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.