Skip to content

Commit a818e4b

Browse files
Katharine Hyattkshyatt
authored andcommitted
Try filtering
1 parent 66e238c commit a818e4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# Auto-discover test groups from all subdirectory names.
3232
groups=$(find test -mindepth 1 -maxdepth 1 -type d \
3333
| xargs -I{} basename {} | sort \
34-
| jq -R -s -c '[split("\n")[] | select(length > 0)]')
34+
| jq -R -s -c '[split("\n")[] | select(length > 0) | select(.!= "testsuite")]')
3535
3636
echo "groups=${groups}" >> "$GITHUB_OUTPUT"
3737

0 commit comments

Comments
 (0)