Skip to content

Commit

Permalink
corrected echo command
Browse files Browse the repository at this point in the history
  • Loading branch information
blessio committed Jan 5, 2025
1 parent 6e7527b commit 2f72609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bld-test-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ jobs:
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." >> $GITHUB_STEP_SUMMARY
else
echo " - \u2705 All tests **passed**. " >> $GITHUB_STEP_SUMMARY
echo -e " - \u2705 All tests **passed**. " >> $GITHUB_STEP_SUMMARY
fi
echo " Test-results are here: ${{ steps.a-TestLog.outputs.artifact-url }}" >> $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit 2f72609

Please sign in to comment.