Skip to content

refactor: extract url_template module and improve catchup URL handling #56

refactor: extract url_template module and improve catchup URL handling

refactor: extract url_template module and improve catchup URL handling #56

Workflow file for this run

name: E2E Tests
on:
push:
branches: [main, dev]
pull_request:
branches: [main, dev]
jobs:
e2e:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-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$(getconf _NPROCESSORS_ONLN)
- uses: astral-sh/setup-uv@v7
- name: Run E2E tests
run: ./scripts/run-e2e.sh