Skip to content

Commit 7e772c9

Browse files
committed
pull in env
1 parent 266e0f3 commit 7e772c9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,13 @@ jobs:
2323
with:
2424
python-version: '3.13'
2525
- name: Run tests
26+
env:
27+
LIVEKIT_URL: ${{ secrets.LIVEKIT_URL }}
28+
LIVEKIT_API_KEY: ${{ secrets.LIVEKIT_API_KEY }}
29+
LIVEKIT_API_SECRET: ${{ secrets.LIVEKIT_API_SECRET }}
2630
run: |
2731
pip3 install -r dev-requirements.txt
2832
python3 ./livekit-rtc/rust-sdks/download_ffi.py --output livekit-rtc/livekit/rtc/resources
2933
pip3 install ./livekit-protocol ./livekit-api ./livekit-rtc
3034
pytest . --ignore=livekit-rtc/rust-sdks
35+

0 commit comments

Comments
 (0)