Skip to content

Commit 2ef2a86

Browse files
committed
exclude nunit.* as well from test identification
1 parent 146b84b commit 2ef2a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-tests-artifact.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# Skip known non-test DLLs by name patterns
6060
case "$base" in
6161
NUnit_Engine|TestSetup_Engine|testhost|testcentric.engine.metadata|\
62-
Microsoft.*|System.*|nunit3.*|NUnit3.*|Newtonsoft.*|NuGet.*)
62+
Microsoft.*|System.*|nunit3.*|nunit.*|NUnit3.*|Newtonsoft.*|NuGet.*)
6363
continue ;;
6464
*_oM|*_Engine)
6565
continue ;;

0 commit comments

Comments
 (0)