Skip to content

Commit e19edbe

Browse files
committed
Allow more depth for enzyme tests
1 parent 697e306 commit e19edbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
shell: bash
3333
run: |
3434
# Auto-discover test groups from all subdirectory names.
35-
groups=$(find test -mindepth 1 -maxdepth 1 -type d \
35+
groups=$(find test -mindepth 1 -maxdepth 3 -type d \
3636
| xargs -I{} basename {} | sort \
3737
| jq -R -s -c '[split("\n")[] | select(length > 0)]')
3838

0 commit comments

Comments
 (0)