pull/35949/head
Shane Smiskol 3 months ago
parent 8e6ac91d1b
commit 82828642eb
  1. 2
      .github/workflows/selfdrive_tests.yaml

@ -162,7 +162,7 @@ jobs:
timeout-minutes: ${{ contains(runner.name, 'nsc') && ((steps.setup-step.outputs.duration < 18) && 1 || 2) || 20 }}
run: |
${{ env.RUN }} "$PYTEST --collect-only -m 'not slow' &> /dev/null && \
MAX_EXAMPLES=1 $PYTEST --xvfb-backend xvfb -m 'not slow' && \
MAX_EXAMPLES=1 $PYTEST -m 'not slow' && \
source selfdrive/test/setup_xvfb.sh && \
./selfdrive/ui/tests/create_test_translations.sh && \
QT_QPA_PLATFORM=offscreen ./selfdrive/ui/tests/test_translations && \

Loading…
Cancel
Save