ci: don't create xvfb for unit_test (#34007)

no more
pull/34009/head
Maxime Desroches 7 months ago committed by GitHub
parent 5b9aa0b0f0
commit def2a7382c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      .github/workflows/selfdrive_tests.yaml

@ -176,8 +176,7 @@ jobs:
- name: Run unit tests
timeout-minutes: ${{ contains(runner.name, 'nsc') && 1 || 20 }}
run: |
${{ env.RUN }} "source selfdrive/test/setup_xvfb.sh && \
MAX_EXAMPLES=1 $PYTEST --timeout 60 -m 'not slow' && \
${{ env.RUN }} "MAX_EXAMPLES=1 $PYTEST --timeout 60 -m 'not slow' && \
./selfdrive/ui/tests/create_test_translations.sh && \
QT_QPA_PLATFORM=offscreen ./selfdrive/ui/tests/test_translations"
- name: "Upload coverage to Codecov"

Loading…
Cancel
Save