File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 5454 curl -I -f http://localhost:8080/wiki/lego || exit_code=1
5555
5656 # Run BDD integration tests using docker compose
57- echo "## BDD Test Results" >> $GITHUB_STEP_SUMMARY
58- echo "\`\`\`" >> $GITHUB_STEP_SUMMARY
57+ echo "## BDD Test Results" >> " $GITHUB_STEP_SUMMARY"
58+ echo "\`\`\`" >> " $GITHUB_STEP_SUMMARY"
5959 docker compose -f docker-compose.yml -f docker-compose.ci.yml run test 2>&1 | tee bdd_output.txt
6060 bdd_result=$?
6161
@@ -64,13 +64,13 @@ jobs:
6464 awk '
6565 /^> orionrobots\.github\.io@/ { found=1 }
6666 found { print }
67- ' bdd_output.txt >> $GITHUB_STEP_SUMMARY
68- echo "\`\`\`" >> $GITHUB_STEP_SUMMARY
67+ ' bdd_output.txt >> " $GITHUB_STEP_SUMMARY"
68+ echo "\`\`\`" >> " $GITHUB_STEP_SUMMARY"
6969
7070 if [ $bdd_result -eq 0 ]; then
71- echo "✅ BDD tests passed" >> $GITHUB_STEP_SUMMARY
71+ echo "✅ BDD tests passed" >> " $GITHUB_STEP_SUMMARY"
7272 else
73- echo "❌ BDD tests failed" >> $GITHUB_STEP_SUMMARY
73+ echo "❌ BDD tests failed" >> " $GITHUB_STEP_SUMMARY"
7474 exit_code=1
7575 fi
7676
You can’t perform that action at this time.
0 commit comments