Skip to content

Commit

Permalink
Fix GIT_TERMINAL_PROMPT
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardGomezEscandell committed Sep 19, 2023
1 parent d82d76d commit deaf144
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/qa-azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit deaf144

Please sign in to comment.