Skip to content

Commit 5a7bda2

Browse files
authored
added CI test category filter
1 parent 61acc71 commit 5a7bda2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions-tests-on-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
- name: Build
2525
run: dotnet build --configuration Debug --no-restore
2626
- name: Test
27-
run: dotnet test --no-build --no-restore --verbosity normal --filter FullyQualifiedName=Bellatrix.API.Tests.ApiClientServiceNotAsyncRequestTests.ContentPopulated_When_GetAlbums
27+
run: dotnet test --no-build --no-restore --verbosity normal --filter Category=CI

0 commit comments

Comments
 (0)