Skip to content

Commit

Permalink
Add dotnet env variable to workflow (#1273)
Browse files Browse the repository at this point in the history
  • Loading branch information
angelapwen committed Sep 28, 2022
1 parent 74740ee commit 3400e51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/__go-custom-queries.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pr-checks/checks/go-custom-queries.yml
@@ -1,5 +1,7 @@
name: "Go: Custom queries"
description: "Checks that Go works in conjunction with a config file specifying custom queries"
env:
DOTNET_GENERATE_ASPNET_CERTIFICATE: "false"
steps:
- uses: actions/setup-go@v3
with:
Expand Down

0 comments on commit 3400e51

Please sign in to comment.