Skip to content

Commit

Permalink
EMA-150 auto test memory optimizing
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanyi committed Jul 26, 2024
1 parent 61d4db4 commit 50029d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/testv2/tools/scripts/run-e2e-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ docker compose -p mage_e2e_$project_version -f $composefile up --build -d
echo "\n|--- Waiting for containers to initialize"
sh ./wait.sh e2e >>/dev/null 2>&1
echo "\n|--- Running frontend tests"
docker compose -p mage_e2e_$project_version -f $composefile run --rm node sh -c "npm run e2e" --exit-code-from node --abort-on-container-exit node
free
docker compose -p mage_e2e_$project_version -f $composefile run --rm node sh -c "free && npm run e2e" --exit-code-from node --abort-on-container-exit node
exitcode=$?
echo "\n\n|--- All tests passed"

Expand Down

0 comments on commit 50029d9

Please sign in to comment.