Skip to content

Commit

Permalink
Add a step to check if the stream server is running
Browse files Browse the repository at this point in the history
  • Loading branch information
waliid committed Dec 10, 2024
1 parent ec0f27b commit e917f9b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
- name: Run tests
run: make test-${{ matrix.platform }}

- name: Check server stream
run: |
echo "================================="
nc -z localhost 8123
echo "================================="
- name: Publish report
uses: mikepenz/action-junit-report@v5
if: always()
Expand Down

0 comments on commit e917f9b

Please sign in to comment.