ui replay: run with no window (#37229)

run headless
This commit is contained in:
David
2026-02-16 11:47:20 -06:00
committed by GitHub
parent a5f9c2fc23
commit 136574fbcb

View File

@@ -274,8 +274,8 @@ jobs:
run: >
${{ env.RUN }} "PYTHONWARNINGS=ignore &&
source selfdrive/test/setup_xvfb.sh &&
WINDOWED=1 python3 selfdrive/ui/tests/diff/replay.py &&
WINDOWED=1 python3 selfdrive/ui/tests/diff/replay.py --big"
python3 selfdrive/ui/tests/diff/replay.py &&
python3 selfdrive/ui/tests/diff/replay.py --big"
- name: Upload UI Report
uses: actions/upload-artifact@v6
with: