mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co> Co-authored-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
f8b0236e73
commit
d70cbb166e
2 changed files with 2 additions and 2 deletions
|
@ -10,4 +10,4 @@ is_test_execution_step
|
|||
|
||||
echo '--- Jest Integration Tests'
|
||||
checks-reporter-with-killswitch "Jest Integration Tests" \
|
||||
node scripts/jest_integration --ci --verbose
|
||||
node --max-old-space-size=5120 scripts/jest_integration --ci
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
source src/dev/ci_setup/setup_env.sh
|
||||
|
||||
checks-reporter-with-killswitch "Jest Integration Tests" \
|
||||
node scripts/jest_integration --ci
|
||||
node --max-old-space-size=5120 scripts/jest_integration --ci
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue