Skip to content

Commit 97eb3c6

Browse files
committed
Don't run ExampleTester unit tests since it's covered in a different run
1 parent 879fa12 commit 97eb3c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tools-tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
dotnet-version: 8.0.x
3232

3333
- name: Run all tests
34+
# Avoiding running unit tests for ExampleTester which is covered in a different run.
3435
run: |
3536
cd tools
36-
dotnet test
37+
dotnet test MarkdownConverter.Tests

0 commit comments

Comments
 (0)