Skip to content

Commit

Permalink
diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrojnar committed Feb 19, 2024
1 parent 3ac1d0a commit 3ab35f9
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 @@ -143,6 +143,7 @@ jobs:
python3 --version
python3 ./Testing/server_http.py --port 19254
while test ! -s ./Testing/logs/port.log; do sleep 1; done
ps aux | grep python
ps aux | grep 19254
netstat -an | grep 19254
Expand All @@ -168,6 +169,7 @@ jobs:
- name: Test
working-directory: ${{github.workspace}}/build
run: |
ps aux | grep python
ps aux | grep 19254
netstat -an | grep 19254
ctest -C ${{env.BUILD_TYPE}}
Expand Down

0 comments on commit 3ab35f9

Please sign in to comment.