Skip to content

Commit

Permalink
Fix the e2e variables
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Feb 8, 2024
1 parent 570073d commit a652a8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/run_e2e_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
function start_app() {
mkdir -p test-logs/e2e-test-env
source ../.env.test
export LODESTAR_PRESET=minimal
nohup node --loader ts-node/esm packages/cli/test/scripts/e2e_test_env.ts > test-logs/e2e-test-env/simulation.out 2>&1 &
echo $! > test-logs/e2e-test-env/simulation.pid
echo "Wait for the node to be ready"
Expand Down

0 comments on commit a652a8e

Please sign in to comment.