We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66e238c commit a818e4bCopy full SHA for a818e4b
1 file changed
.github/workflows/Tests.yml
@@ -31,7 +31,7 @@ jobs:
31
# Auto-discover test groups from all subdirectory names.
32
groups=$(find test -mindepth 1 -maxdepth 1 -type d \
33
| xargs -I{} basename {} | sort \
34
- | jq -R -s -c '[split("\n")[] | select(length > 0)]')
+ | jq -R -s -c '[split("\n")[] | select(length > 0) | select(.!= "testsuite")]')
35
36
echo "groups=${groups}" >> "$GITHUB_OUTPUT"
37
0 commit comments