Skip to content

e2e test livekit-rtc #1267

e2e test livekit-rtc

e2e test livekit-rtc #1267

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
tests:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
submodules: true
lfs: true
- uses: actions/setup-python@v6
with:
python-version: '3.13'
- name: Run tests
run: |
pip3 install -r livekit-rtc/dev-requirements.txt
python3 ./livekit-rtc/rust-sdks/download_ffi.py --output livekit-rtc/livekit/rtc/resources
pip3 install ./livekit-protocol ./livekit-api ./livekit-rtc
pytest . --ignore=livekit-rtc/rust-sdks