We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66d61cb commit c789f4dCopy full SHA for c789f4d
1 file changed
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
run: dotnet build --configuration Release --no-restore
29
30
- name: Test
31
- run: dotnet test --configuration Release --no-build --verbosity normal
+ run: dotnet test --configuration Release --no-build --verbosity normal --filter "FullyQualifiedName~UnitTests"
32
33
- name: Pack
34
run: dotnet pack --configuration Release --no-build --output ./artifacts
0 commit comments