Skip to content

Commit 24787f7

Browse files
committed
[chore] release script: add DEBUG_PRINT_LIMIT to EE test
1 parent f1a45f6 commit 24787f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ if [ -d $RA_ENTERPRISE_PATH ]; then
104104
cd \$RA_ENTERPRISE_PATH &&
105105
rm -rf node_modules/react-admin/node_modules/@mui &&
106106
make build &&
107-
CI=true make test
107+
CI=true DEBUG_PRINT_LIMIT=3 make test
108108
"
109109
cd -
110110
else

0 commit comments

Comments
 (0)