We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f29bd1 commit 1f7071aCopy full SHA for 1f7071a
.github/workflows/dotnet-deploy.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Build
33
run: dotnet build --no-restore ./src/Application/src/RazorPagesTestSample/RazorPagesTestSample.csproj
34
- name: Test
35
- 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
36
37
- uses: actions/github-script@v6
38
if: failure()
0 commit comments