Skip to content

Commit c61a1c2

Browse files
committed
update to docs workflow
1 parent 36a4300 commit c61a1c2

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/deploy-docs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,11 @@ jobs:
4141
run: dotnet build /p:PublicRelease=true
4242

4343
- name: Verfiy docs samples
44-
run: dotnet test docs/samples
44+
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/
4549
4650
- name: Building docs
4751
run: |

0 commit comments

Comments
 (0)