Skip to content

Commit

Permalink
enhancement #46: add manual sleep to wait for server
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienDanieau committed Aug 7, 2024
1 parent db69dcb commit 3790366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Unit tests
uses: BerniWittmann/background-server-action@v1
with:
command: coverage run -m pytest, coverage xml, coverage json, coverage html
command: sleep 5, coverage run -m pytest, coverage xml, coverage json, coverage html
start: cd $GITHUB_WORKSPACE/gst-plugins-rs/net/webrtc/signalling/ && cargo run --bin gst-webrtc-signalling-server

- name: Archive code coverage html report
Expand Down

0 comments on commit 3790366

Please sign in to comment.