mirror of
https://github.com/game-ci/unity-actions.git
synced 2026-01-29 12:49:08 +08:00
Remove username and password from test command
This commit is contained in:
@@ -14,13 +14,15 @@ xvfb-run --auto-servernum --server-args='-screen 0 640x480x24' \
|
||||
-nographics \
|
||||
-logFile /dev/stdout \
|
||||
-quit \
|
||||
-username "$UNITY_EMAIL" \
|
||||
-password "$UNITY_PASSWORD" \
|
||||
-projectPath "$GITHUB_WORKSPACE" \
|
||||
-testPlatform $TEST_PLATFORM \
|
||||
-testResults "$GITHUB_WORKSPACE/$TEST_PLATFORM-results.xml" \
|
||||
-runTests
|
||||
|
||||
# For if needed
|
||||
# -username "$UNITY_EMAIL" \
|
||||
# -password "$UNITY_PASSWORD" \
|
||||
|
||||
UNITY_EXIT_CODE=$?
|
||||
|
||||
if [ $UNITY_EXIT_CODE -eq 0 ]; then
|
||||
|
||||
Reference in New Issue
Block a user