From 171267b24e84168eb9db4fd51821b3dfe115d49a Mon Sep 17 00:00:00 2001 From: Paul Pacheco Date: Sat, 25 Sep 2021 13:49:46 -0500 Subject: [PATCH] fix missing quote --- action/steps/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #"