We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7d1a54 commit b491e0dCopy full SHA for b491e0d
1 file changed
.github/workflows/tests.yml
@@ -128,14 +128,14 @@ jobs:
128
LIVEKIT_API_SECRET: ${{ secrets.LIVEKIT_API_SECRET }}
129
run: |
130
source .test-venv/bin/activate
131
- pytest tests/
+ pytest tests/ livekit-rtc/tests
132
133
- name: Run tests (Windows)
134
if: runner.os == 'Windows'
135
env:
136
LIVEKIT_URL: ${{ secrets.LIVEKIT_URL }}
137
LIVEKIT_API_KEY: ${{ secrets.LIVEKIT_API_KEY }}
138
139
- run: .test-venv\Scripts\python.exe -m pytest tests/
+ run: .test-venv\Scripts\python.exe -m pytest tests/ livekit-rtc/tests
140
shell: pwsh
141
0 commit comments