Skip to content

Commit f2f6c36

Browse files
committed
Exclude all First namespace tests from CI (FIRST violation demos)
1 parent e1ac3ac commit f2f6c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jobs:
5050
run: dotnet build --no-restore
5151

5252
- name: Test
53-
run: dotnet test --no-build --verbosity normal --filter "FullyQualifiedName!~FirstTestsIndependent"
53+
run: dotnet test --no-build --verbosity normal --filter "FullyQualifiedName!~SockStoreTests.First"

0 commit comments

Comments
 (0)