|
|
@ -159,8 +159,7 @@ jobs: |
|
|
|
- name: Run unit tests |
|
|
|
- name: Run unit tests |
|
|
|
timeout-minutes: ${{ contains(runner.name, 'nsc') && 1 || 20 }} |
|
|
|
timeout-minutes: ${{ contains(runner.name, 'nsc') && 1 || 20 }} |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
${{ env.RUN }} "$PYTEST --collect-only -m 'not slow' &> /dev/null && \ |
|
|
|
${{ env.RUN }} "MAX_EXAMPLES=1 $PYTEST -m 'not slow' && \ |
|
|
|
MAX_EXAMPLES=1 $PYTEST -m 'not slow' && \ |
|
|
|
|
|
|
|
./selfdrive/ui/tests/create_test_translations.sh && \ |
|
|
|
./selfdrive/ui/tests/create_test_translations.sh && \ |
|
|
|
QT_QPA_PLATFORM=offscreen ./selfdrive/ui/tests/test_translations && \ |
|
|
|
QT_QPA_PLATFORM=offscreen ./selfdrive/ui/tests/test_translations && \ |
|
|
|
chmod -R 777 /tmp/comma_download_cache" |
|
|
|
chmod -R 777 /tmp/comma_download_cache" |
|
|
|