diff --git a/.github/workflows/dotnet-deploy.yml b/.github/workflows/dotnet-deploy.yml index 5fd6f1dd..36ce63b0 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 --no-build --verbosity normal ./src/Application/tests/RazorPagesTestSample.Tests/RazorPagesTestSample.Tests.csproj + run: dotnet test --verbosity normal ./src/Application/tests/RazorPagesTestSample.Tests/RazorPagesTestSample.Tests.csproj - uses: actions/github-script@v6 if: failure() with: diff --git a/src/Application/tests/RazorPagesTestSample.Tests/RazorPagesTestSample.Tests.csproj b/src/Application/tests/RazorPagesTestSample.Tests/RazorPagesTestSample.Tests.csproj index 079d0c9f..3cce5b09 100644 --- a/src/Application/tests/RazorPagesTestSample.Tests/RazorPagesTestSample.Tests.csproj +++ b/src/Application/tests/RazorPagesTestSample.Tests/RazorPagesTestSample.Tests.csproj @@ -13,7 +13,7 @@ - +