Skip to content

chore(deps): upgrade Python to 3.14 and bump all dependencies #40

chore(deps): upgrade Python to 3.14 and bump all dependencies

chore(deps): upgrade Python to 3.14 and bump all dependencies #40

Workflow file for this run

name: E2E Tests
on:
push:
branches: [main, dev]
pull_request:
branches: [main, dev]
jobs:
e2e:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Build rtp2httpd
run: |
cmake -B build -DCMAKE_BUILD_TYPE=Release -DENABLE_AGGRESSIVE_OPT=ON
cmake --build build -j$(nproc)
- uses: astral-sh/setup-uv@v7
- name: Run E2E tests
run: ./scripts/run-e2e.sh