Skip to content

Commit ed181e6

Browse files
quotes
1 parent 7108079 commit ed181e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/run-project.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)