diff --git a/action/steps/run_tests.sh b/action/steps/run_tests.sh index 518a5fd..45fe821 100644 --- a/action/steps/run_tests.sh +++ b/action/steps/run_tests.sh @@ -160,7 +160,7 @@ if [ "$EDIT_MODE" == "true" ]; then cat "$FULL_ARTIFACTS_PATH/editmode-results.xml" | grep test-run | grep Passed fi -if [ "$PLAY_MODE" == "true ]; then +if [ "$PLAY_MODE" == "true" ]; then echo "" echo "###########################" echo "# Play Mode Results #"