Skip to content

Commit 897d2e9

Browse files
fix(e2e-tests): add ngrok authtoken (#4125) (#4129)
Co-authored-by: Dylan Page <dylan.page@autodesk.com>
1 parent e60c177 commit 897d2e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/e2e.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ cd "${CIRCLE_WORKING_DIRECTORY}/e2e"
2020
sleep 2
2121

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

0 commit comments

Comments
 (0)