We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a4bb41 commit c637448Copy full SHA for c637448
.github/workflows/tests.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Run https proxy
38
run: |
39
sudo snap install ngrok
40
- ngrok http 1337 -bind-tls=true > /dev/null &
+ ngrok http 1337 > /dev/null &
41
- name: Run tests
42
43
export APP_HOST=$(curl --silent http://127.0.0.1:4040/api/tunnels | jq -r '.tunnels[0].public_url')
0 commit comments