Skip to content

Commit

Permalink
RGB Lights
Browse files Browse the repository at this point in the history
  • Loading branch information
blessio committed Jan 5, 2025
1 parent d2ea334 commit 9ab850d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/bld-test-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -318,15 +318,18 @@ jobs:
echo "### ${{ steps.strings.outputs.bld-humanreadable-str }}" >> $GITHUB_STEP_SUMMARY
echo " - download from: ${{ steps.a-wexecutables.outputs.artifact-url }} ${{ steps.a-executables.outputs.artifact-url }}" >> $GITHUB_STEP_SUMMARY
if [ -f ctest-pass2-results-of-failedonly.txt ]; then
echo -e " - \u26A0 x Some tests **failed**. " >> $GITHUB_STEP_SUMMARY
echo " Download the test results to check why. Look into \`ctest-pass2-results-of-failedonly.txt\` file in the Result logs, which " >> $GITHUB_STEP_SUMMARY
echo -e " - 🟡 Some tests **failed**. " >> $GITHUB_STEP_SUMMARY
echo " Download the test results to check why. Look into \`ctest-pass2-results-of-failedonly.txt\` file in result logs, which " >> $GITHUB_STEP_SUMMARY
else
echo -e " - \u2705 ✅ All tests **passed**. Result logs " >> $GITHUB_STEP_SUMMARY
echo -e " - 🟢 All tests **passed**.\n Result logs " >> $GITHUB_STEP_SUMMARY
fi
echo -e " are here: \n ${{ steps.a-TestLog.outputs.artifact-url }}" >> $GITHUB_STEP_SUMMARY
echo -e "are here: ${{ steps.a-TestLog.outputs.artifact-url }}." >> $GITHUB_STEP_SUMMARY
# - `\u26A0` represents the warning emoji ⚠️.
# - `\u2705` represents the check mark emoji ✅.
# - `\u274C` represents the cross mark emoji `❌`.
# - 🟢 represents a green circle.
# - 🟡 represents a yellow circle.
# - 🔴 represents a red circle.


0 comments on commit 9ab850d

Please sign in to comment.