Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
davidzhao committed Jan 14, 2024
1 parent 616fc17 commit ae6a885
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
- uses: actions/setup-python@v4
- name: Run tests
run: |
python3 ./livekit-rtc/rust-sdks/download_ffi.py --output livekit/rtc/resources
python3 ./livekit-rtc/rust-sdks/download_ffi.py --output livekit-rtc/livekit/rtc/resources
pip3 install pytest ./livekit-protocol ./livekit-api ./livekit-rtc
pytest . --ignore=livekit-rtc/rust-sks
pytest . --ignore=livekit-rtc/rust-sdks

0 comments on commit ae6a885

Please sign in to comment.