mirror of
https://github.com/game-ci/unity-actions.git
synced 2026-01-28 20:19: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 \
|
||||
-batchmode \
|
||||
-logfile /dev/stdout \
|
||||
-runTests "$UNITY_PROJECT_PATH" \
|
||||
-projectPath "$UNITY_PROJECT_PATH" \
|
||||
-runTests \
|
||||
-testPlatform editmode \
|
||||
-testResults "$UNITY_PROJECT_PATH/editmode-results.xml"
|
||||
|
||||
@@ -88,7 +89,8 @@ xvfb-run --auto-servernum --server-args='-screen 0 640x480x24' \
|
||||
/opt/Unity/Editor/Unity \
|
||||
-batchmode \
|
||||
-logfile /dev/stdout \
|
||||
-runTests "$UNITY_PROJECT_PATH" \
|
||||
-projectPath "$UNITY_PROJECT_PATH" \
|
||||
-runTests \
|
||||
-testPlatform playmode \
|
||||
-testResults "$UNITY_PROJECT_PATH/playmode-results.xml"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user