From 5bb333862835ca587d030e495d93069e481990fc Mon Sep 17 00:00:00 2001 From: Webber Date: Mon, 4 Nov 2019 23:07:05 +0100 Subject: [PATCH] Remove username and password from test command --- test/entrypoint.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/entrypoint.sh b/test/entrypoint.sh index c34108a..aeec0f3 100644 --- a/test/entrypoint.sh +++ b/test/entrypoint.sh @@ -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