From 1833f42ef2e0c32adb40ea17bc86f065f2a6f219 Mon Sep 17 00:00:00 2001 From: Raffaele Marcello Date: Wed, 30 Oct 2024 15:47:22 +0100 Subject: [PATCH] Update dotnet-deploy.yml --- .github/workflows/dotnet-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet-deploy.yml b/.github/workflows/dotnet-deploy.yml index a78734a6..5fd6f1dd 100644 --- a/.github/workflows/dotnet-deploy.yml +++ b/.github/workflows/dotnet-deploy.yml @@ -32,7 +32,7 @@ jobs: - name: Build run: dotnet build --no-restore ./src/Application/src/RazorPagesTestSample/RazorPagesTestSample.csproj - name: Test - run: dotnet test --verbosity normal ./src/Application/tests/RazorPagesTestSample.Tests/RazorPagesTestSample.Tests.csproj + run: dotnet test --no-build --verbosity normal ./src/Application/tests/RazorPagesTestSample.Tests/RazorPagesTestSample.Tests.csproj - uses: actions/github-script@v6 if: failure() with: @@ -132,4 +132,4 @@ jobs: - uses: azure/webapps-deploy@v2 with: app-name: 'cq5qj5cc3ob6m-prod' - images: cq5qj5cc3ob6mmpnpreg.azurecr.io/techexcel/dotnetcoreapp:${{github.run_number}} \ No newline at end of file + images: cq5qj5cc3ob6mmpnpreg.azurecr.io/techexcel/dotnetcoreapp:${{github.run_number}}