File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
.github/workflows/scripts Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ case "$PROJECT" in
4242 tests-suite)
4343 for platform in EditMode PlayMode Player; do
4444 RUN_UNITY -runTests -testPlatform " ${platform} " -testResults " ${UNITY_PROJECT_PATH} /${platform} -Passing-results.xml" -testCategory Passing
45- RUN_UNITY -runTests -testPlatform " ${platform} " -testResults " $UNITY_PROJECT_PATH /${platform} -Failing-results.xml" -testCategory Failing || true
45+ RUN_UNITY -runTests -testPlatform " ${platform} " -testResults " ${ UNITY_PROJECT_PATH} /${platform} -Failing-results.xml" -testCategory Failing || true
4646 RUN_UNITY -runTests -testPlatform " ${platform} " -testResults " ${UNITY_PROJECT_PATH} /${platform} -Skipped-results.xml" -testCategory Skipped
4747 RUN_UNITY -runTests -testPlatform " ${platform} " -testResults " ${UNITY_PROJECT_PATH} /${platform} -All-results.xml" || true
4848 done
You can’t perform that action at this time.
0 commit comments