Skip to content

Commit 3069613

Browse files
committed
Prevent hangs in Go autobuild tests due to .NET keychain prompts
1 parent 569f78c commit 3069613

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/__go-custom-tracing-autobuild.yml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/go-custom-tracing-autobuild.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ description: "Checks that Go tracing works in conjunction with the autobuilder"
33
os: ["ubuntu-latest", "macos-latest"]
44
env:
55
CODEQL_EXTRACTOR_GO_BUILD_TRACING: "on"
6+
DOTNET_GENERATE_ASPNET_CERTIFICATE: "false"
67
steps:
78
- uses: actions/setup-go@v3
89
with:

0 commit comments

Comments
 (0)