diff --git a/.github/workflows/react.yml b/.github/workflows/react.yml index 2da38bd..c2a678f 100644 --- a/.github/workflows/react.yml +++ b/.github/workflows/react.yml @@ -33,7 +33,7 @@ jobs: - name: Generate and Install ASP.NET Cert run: | dotnet dev-certs https --clean - dotnet dev-certs https --trust + dotnet dev-certs https --trust --output /home/runner/.aspnet/https/ - name: Test vite+react Project run: | npm ci --prefix "${{ env.WORKING_DIRECTORY }}"