Skip to content

Commit

Permalink
debug: more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
kneth committed Oct 31, 2023
1 parent f1312ad commit 8b9937a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
echo "subdomain=${subdomain}" >> $GITHUB_OUTPUT;
echo "hostname=${subdomain}.ngrok.io" >> $GITHUB_OUTPUT;
- name: Start Ngrok
run: docker run --detach --network host --env NGROK_AUTHTOKEN ngrok/ngrok http --subdomain ${{ steps.ngrok-config.outputs.subdomain }} 9090
run: docker run --detach --network host --env NGROK_AUTHTOKEN ngrok/ngrok http --log-level debug --log stderr --subdomain ${{ steps.ngrok-config.outputs.subdomain }} 9090
env:
NGROK_AUTHTOKEN: ${{ secrets.NGROK_AUTHTOKEN }}
- name: Preparing server entrypoint
Expand Down

0 comments on commit 8b9937a

Please sign in to comment.