diff --git a/action/steps/run_tests.sh b/action/steps/run_tests.sh index 91a64a0..05d0d5c 100644 --- a/action/steps/run_tests.sh +++ b/action/steps/run_tests.sh @@ -39,11 +39,9 @@ if [ "$PACKAGE_MODE" = "true" ]; then echo "Creating an empty Unity project to add the package to." - mkdir "TempProject" - - unity-editor \ + unity-editor \ -batchMode \ - -createProject "./TempProject" \ + -createProject "./TempProject" \ -quit UNITY_PROJECT_PATH="./TempProject"