Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrence-forooghian committed Apr 22, 2024
1 parent deddc46 commit 17866d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,12 @@ jobs:
# TODO does this work for WebKit?
- name: Install mitmproxy root CA in /usr/local/share/ca-certificates
run: |
echo "Here is /etc/ssl/certs/ca-certificates.crt before"
cat /etc/ssl/certs/ca-certificates.crt
sudo cp ~/.mitmproxy/mitmproxy-ca-cert.pem /usr/local/share/ca-certificates
sudo update-ca-certificates
echo "Here is /etc/ssl/certs/ca-certificates.crt after"
cat /etc/ssl/certs/ca-certificates.crt
- name: Run the tests
env:
Expand Down

0 comments on commit 17866d7

Please sign in to comment.