Skip to content

Commit

Permalink
fix(e2e-tests): add ngrok authtoken (#4125)
Browse files Browse the repository at this point in the history
  • Loading branch information
GenPage authored Jan 7, 2024
1 parent 0bd1908 commit 34383f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ cd "${CIRCLE_WORKING_DIRECTORY}/e2e"
sleep 2

# start ngrok in the background and wait for it to start
./ngrok config add-authtoken $NGROK_AUTH_TOKEN
./ngrok http 4141 > /tmp/ngrok.log &
sleep 2

Expand Down

0 comments on commit 34383f4

Please sign in to comment.