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