From dfeadfe4b5cc40a5035e9244c5f2d7811793aa48 Mon Sep 17 00:00:00 2001 From: Joe Geary Date: Wed, 18 Dec 2024 15:58:12 -0500 Subject: [PATCH] Update web-ci.yml --- .github/workflows/web-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/web-ci.yml b/.github/workflows/web-ci.yml index 533dd68..1abcea8 100644 --- a/.github/workflows/web-ci.yml +++ b/.github/workflows/web-ci.yml @@ -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