Prevent hangs in Go autobuild tests due to .NET keychain prompts

This commit is contained in:
Henry Mercer 2022-08-24 10:35:13 +01:00
parent 569f78c82d
commit 3069613ebd
2 changed files with 2 additions and 0 deletions

View file

@ -82,4 +82,5 @@ jobs:
fi
env:
CODEQL_EXTRACTOR_GO_BUILD_TRACING: on
DOTNET_GENERATE_ASPNET_CERTIFICATE: 'false'
INTERNAL_CODEQL_ACTION_DEBUG_LOC: true

View file

@ -3,6 +3,7 @@ description: "Checks that Go tracing works in conjunction with the autobuilder"
os: ["ubuntu-latest", "macos-latest"]
env:
CODEQL_EXTRACTOR_GO_BUILD_TRACING: "on"
DOTNET_GENERATE_ASPNET_CERTIFICATE: "false"
steps:
- uses: actions/setup-go@v3
with: