Skip to content

Commit

Permalink
More debugging.. is anyone listening?
Browse files Browse the repository at this point in the history
  • Loading branch information
garberg committed Jul 5, 2023
1 parent 4c65ae8 commit e16e8d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ jobs:
# start nipap backend
nipap/nipapd --help
nipap/nipapd --no-pid-file -c /etc/nipap/nipap.conf
sleep 1
sudo ss -tlnp |grep python
- name: "Install latest release from apt"
if: ${{ matrix.install == 'apt' && matrix.upgrade == true }}
Expand Down Expand Up @@ -143,6 +145,7 @@ jobs:
sudo /etc/init.d/nipapd restart
sudo systemctl status nipapd.service
sudo journalctl -xe
sudo netstat -tlnp |grep python
- name: "Verify pre-upgrade data"
if: ${{ matrix.upgrade == true }}
Expand Down

0 comments on commit e16e8d8

Please sign in to comment.