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 36a4300 commit c61a1c2Copy full SHA for c61a1c2
1 file changed
.github/workflows/deploy-docs.yml
@@ -41,7 +41,11 @@ jobs:
41
run: dotnet build /p:PublicRelease=true
42
43
- name: Verfiy docs samples
44
- run: dotnet test docs/samples
+ run: |
45
+ dotnet test docs/samples/tests/mstest/
46
+ dotnet test docs/samples/tests/nunit/
47
+ dotnet test docs/samples/tests/razor/
48
+ dotnet test docs/samples/tests/xunit/
49
50
- name: Building docs
51
run: |
0 commit comments