From da74d9ff8c6c7f91ddd6622dc983649f5540ddd8 Mon Sep 17 00:00:00 2001 From: qwe321qwe321qwe321 Date: Wed, 12 Feb 2020 06:02:07 +0800 Subject: [PATCH] Add Custom Parameters in PlayMode Testing --- action/steps/run_tests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action/steps/run_tests.sh b/action/steps/run_tests.sh index 73f1670..f9e763e 100644 --- a/action/steps/run_tests.sh +++ b/action/steps/run_tests.sh @@ -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=$?