Skip to content

Commit

Permalink
Update web-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joegeary authored Dec 18, 2024
1 parent 1a4aec4 commit dfeadfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/web-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ on:

env:
DOTNET_INSTALL_DIR: "./.dotnet" # Needed otherwise dotnet setup will fail due to permissions on the k8s runner
DOTNET_CLI_HOME: "/tmp"
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1 # Suppresses the "Welcome to .NET!" message
CI: 1 # Disables Husky and prevents npm install running during the dotnet build

Expand Down

0 comments on commit dfeadfe

Please sign in to comment.