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