Compare commits

...

1 Commits
v1.4 ... v1.4.1

Author SHA1 Message Date
qwe321qwe321qwe321
da74d9ff8c Add Custom Parameters in PlayMode Testing 2020-02-12 00:40:29 +01:00

View File

@@ -116,7 +116,8 @@ if [ $PLAY_MODE = true ]; then
-projectPath "$UNITY_PROJECT_PATH" \
-runTests \
-testPlatform playmode \
-testResults "$FULL_ARTIFACTS_PATH/playmode-results.xml"
-testResults "$FULL_ARTIFACTS_PATH/playmode-results.xml" \
$CUSTOM_PARAMETERS
# Catch exit code
PLAY_MODE_EXIT_CODE=$?