Skip to content

Commit

Permalink
enhancement #46: fix path error
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienDanieau committed Aug 7, 2024
1 parent eb669f6 commit a185994
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:

- name: Checkout code
uses: actions/checkout@v4
with:
path : gst-signalling

- name: Install Gst Signalling Server
run: |
Expand All @@ -41,7 +39,7 @@ jobs:
uses: BerniWittmann/background-server-action@v1
with:
command: 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
start: cd $GITHUB_WORKSPACE/gst-plugins-rs/net/webrtc/signalling/ && cargo run --bin gst-webrtc-signalling-server
wait-on: 'http://localhost:8443'

- name: Archive code coverage html report
Expand Down

0 comments on commit a185994

Please sign in to comment.