Remove username and password from test command

This commit is contained in:
Webber
2019-11-04 23:07:05 +01:00
parent 00ccd1ae66
commit 5bb3338628

View File

@@ -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