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 49d394d commit 4e07db0Copy full SHA for 4e07db0
.github/workflows/dotnet.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Build
35
run: dotnet build --no-restore ./src/Application/src/RazorPagesTestSample/RazorPagesTestSample.csproj
36
- name: Test
37
- run: dotnet test --no-build --verbosity normal ./src/Application/tests/RazorPagesTestSample
+ run: dotnet test --no-build --verbosity normal ./src/Application/tests/RazorPagesTestSample.Tests/RazorPagesTestSample.Tests.csproj
38
- uses: actions/github-script@v6
39
if: failure()
40
with:
src/Application/src/RazorPagesTestSample/test.txt
@@ -1 +1 @@
1
-test2
+test3
0 commit comments