Skip to content

Commit 44cf615

Browse files
author
Katharine Hyatt
committed
Try prune in find
1 parent 9aeea31 commit 44cf615

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
@@ -29,7 +29,7 @@ jobs:
2929
shell: bash
3030
run: |
3131
# Auto-discover test groups from all subdirectory names.
32-
groups=$(find test -mindepth 1 -maxdepth 1 -type d \
32+
groups=$(find test -mindepth 1 -maxdepth 1 -type d -name testsuite -prune -o \( \! -name '*~' -print0 \) \
3333
| xargs -I{} basename {} | sort \
3434
| jq -R -s -c '[split("\n")[] | select(length > 0)]')
3535

0 commit comments

Comments
 (0)