Skip to content

Commit 3400e51

Browse files
authored
Add dotnet env variable to workflow (#1273)
1 parent 74740ee commit 3400e51

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/__go-custom-queries.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-queries.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: "Go: Custom queries"
22
description: "Checks that Go works in conjunction with a config file specifying custom queries"
3+
env:
4+
DOTNET_GENERATE_ASPNET_CERTIFICATE: "false"
35
steps:
46
- uses: actions/setup-go@v3
57
with:

0 commit comments

Comments
 (0)