From 8bfa17e9fa6e0c98b2cbb089b0880be7b45804d3 Mon Sep 17 00:00:00 2001 From: Dylan Page Date: Mon, 8 Jan 2024 15:20:19 +0000 Subject: [PATCH] fix(e2e-tests): add ngrok authtoken (#4125) --- scripts/e2e.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/e2e.sh b/scripts/e2e.sh index 04b4c63409..115c964454 100755 --- a/scripts/e2e.sh +++ b/scripts/e2e.sh @@ -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