Skip to content

Commit

Permalink
More debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
garberg committed Oct 4, 2023
1 parent 8972493 commit e33c9bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ jobs:
env:
REQUESTS_CA_BUNDLE: /etc/ssl/certs/ca-certificates.crt
run: |
cat /tmp/nipap.log || true
sudo ps auxf | grep nipap
sudo ss -tlnp
nosetests3 tests/test_xmlrpc.py
Expand All @@ -176,4 +177,5 @@ jobs:
run: |
sudo cat /etc/nipap/nipap.conf
sudo cat /var/log/syslog
sudo cat /tmp/nipap.log || true
# foo

0 comments on commit e33c9bd

Please sign in to comment.