From deaf144155e632bceec9f9a712cdc9f2112bb577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edu=20G=C3=B3mez=20Escandell?= Date: Tue, 19 Sep 2023 08:46:35 +0200 Subject: [PATCH] Fix GIT_TERMINAL_PROMPT --- .github/workflows/qa-azure.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/qa-azure.yaml b/.github/workflows/qa-azure.yaml index 27e8b1688..a1e7b023a 100644 --- a/.github/workflows/qa-azure.yaml +++ b/.github/workflows/qa-azure.yaml @@ -64,11 +64,10 @@ jobs: shell: powershell env: UP4W_TEST_OVERRIDE_DESTRUCTIVE_CHECKS: "1" - GIT_TERMINAL_PROMPT: "0" UP4W_TEST_PRO_TOKEN: "${{ secrets.UBUNTU_PRO_TOKEN }}" run: | go env -w "GOPRIVATE=github.com/${{ github.repository }}" - + export GIT_TERMINAL_PROMPT: "0" go test .\end-to-end -shuffle=on -timeout 20m if ( "$LastExitCode" -ne "0" ) { Exit(1) } - name: Build WSL-Pro-Service log