Skip to content

Commit c637448

Browse files
committed
PROCESS: Up-to-date parameters for HTTPS reverse proxy emulation.
1 parent 8a4bb41 commit c637448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Run https proxy
3838
run: |
3939
sudo snap install ngrok
40-
ngrok http 1337 -bind-tls=true > /dev/null &
40+
ngrok http 1337 > /dev/null &
4141
- name: Run tests
4242
run: |
4343
export APP_HOST=$(curl --silent http://127.0.0.1:4040/api/tunnels | jq -r '.tunnels[0].public_url')

0 commit comments

Comments
 (0)