Skip to content

Commit c789f4d

Browse files
committed
ci: run unit tests only in workflow
1 parent 66d61cb commit c789f4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: dotnet build --configuration Release --no-restore
2929

3030
- name: Test
31-
run: dotnet test --configuration Release --no-build --verbosity normal
31+
run: dotnet test --configuration Release --no-build --verbosity normal --filter "FullyQualifiedName~UnitTests"
3232

3333
- name: Pack
3434
run: dotnet pack --configuration Release --no-build --output ./artifacts

0 commit comments

Comments
 (0)