mirror of
https://github.com/game-ci/unity-actions.git
synced 2026-01-29 04:39:07 +08:00
Set project path
This commit is contained in:
@@ -62,7 +62,8 @@ xvfb-run --auto-servernum --server-args='-screen 0 640x480x24' \
|
|||||||
/opt/Unity/Editor/Unity \
|
/opt/Unity/Editor/Unity \
|
||||||
-batchmode \
|
-batchmode \
|
||||||
-logfile /dev/stdout \
|
-logfile /dev/stdout \
|
||||||
-runTests "$UNITY_PROJECT_PATH" \
|
-projectPath "$UNITY_PROJECT_PATH" \
|
||||||
|
-runTests \
|
||||||
-testPlatform editmode \
|
-testPlatform editmode \
|
||||||
-testResults "$UNITY_PROJECT_PATH/editmode-results.xml"
|
-testResults "$UNITY_PROJECT_PATH/editmode-results.xml"
|
||||||
|
|
||||||
@@ -88,7 +89,8 @@ xvfb-run --auto-servernum --server-args='-screen 0 640x480x24' \
|
|||||||
/opt/Unity/Editor/Unity \
|
/opt/Unity/Editor/Unity \
|
||||||
-batchmode \
|
-batchmode \
|
||||||
-logfile /dev/stdout \
|
-logfile /dev/stdout \
|
||||||
-runTests "$UNITY_PROJECT_PATH" \
|
-projectPath "$UNITY_PROJECT_PATH" \
|
||||||
|
-runTests \
|
||||||
-testPlatform playmode \
|
-testPlatform playmode \
|
||||||
-testResults "$UNITY_PROJECT_PATH/playmode-results.xml"
|
-testResults "$UNITY_PROJECT_PATH/playmode-results.xml"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user