diff --git a/.github/workflows/qa-azure.yaml b/.github/workflows/qa-azure.yaml index f3e5b7324..643d453ec 100644 --- a/.github/workflows/qa-azure.yaml +++ b/.github/workflows/qa-azure.yaml @@ -51,7 +51,7 @@ jobs: with: go-version-file: "go.work" - name: Test - id: test + continue-on-error: true shell: powershell env: UP4W_TEST_OVERRIDE_DESTRUCTIVE_CHECKS: "1" @@ -62,12 +62,12 @@ jobs: go test .\end-to-end -shuffle=on -timeout 20m if ( "$LastExitCode" -ne "0" ) { Exit(1) } - - name: Build WSL-Pro-Service log - if: steps.test.outcome == 'failure' + - name: Display WSL-Pro-Service build log + continue-on-error: true shell: powershell run: Get-Content ".\end-to-end\BuildWslProService.log" - - name: Build Appx log - if: steps.test.outcome == 'failure' + - name: Display Appx build log + continue-on-error: true shell: powershell run: Get-Content ".\end-to-end\BuildWindowsAgent.log" - name: Clean up