From d4691d4beaa69d056901508ea315d467fc11229a Mon Sep 17 00:00:00 2001 From: Emmanuel Vaccaro Date: Tue, 16 Mar 2021 13:35:03 +1100 Subject: [PATCH] Update run_tests.sh --- action/steps/run_tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action/steps/run_tests.sh b/action/steps/run_tests.sh index 36be50e..20c7c25 100644 --- a/action/steps/run_tests.sh +++ b/action/steps/run_tests.sh @@ -74,7 +74,7 @@ if [ $EDIT_MODE = true ]; then echo "# Testing in EditMode #" echo "###########################" echo "" - unity-editor \ + /opt/unity/Editor/Unity \ -batchmode \ -logFile "$FULL_ARTIFACTS_PATH/editmode.log" \ -projectPath "$UNITY_PROJECT_PATH" \ @@ -111,7 +111,7 @@ if [ $PLAY_MODE = true ]; then echo "# Testing in PlayMode #" echo "###########################" echo "" - unity-editor \ + /opt/unity/Editor/Unity \ -batchmode \ -logFile "$FULL_ARTIFACTS_PATH/playmode.log" \ -projectPath "$UNITY_PROJECT_PATH" \