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}}