Skip to content

Commit 34383f4

Browse files
authored
fix(e2e-tests): add ngrok authtoken (runatlantis#4125)
1 parent 0bd1908 commit 34383f4

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)