Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ytausch committed Dec 5, 2024
1 parent b3c2a83 commit 1c80c02
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,3 +232,7 @@ jobs:
conda-forge-tick --debug deploy-to-github
env:
BOT_TOKEN: ${{ secrets.GH_TOKEN_STAGING_REGRO }}

- name: Print Proxy Logs
if: always()
run: cat /tmp/mitmproxy.log
2 changes: 1 addition & 1 deletion tests_integration/mock_proxy_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
set -euxo pipefail

# You might need to set PYTHONPATH to the root of cf-scripts
mitmdump -s ./tests_integration/mock_server_addon.py --set connection_strategy=lazy --set upstream_cert=false
mitmdump -s ./tests_integration/mock_server_addon.py --set connection_strategy=lazy --set upstream_cert=false > /tmp/mitm.log 2>&1

0 comments on commit 1c80c02

Please sign in to comment.