don't run test twice

old-commit-hash: 7ef8898624
test-msgs
Adeeb Shihadeh 2 years ago
parent 244a2fc793
commit cc4cb7e078
  1. 1
      .github/workflows/selfdrive_tests.yaml

@ -264,7 +264,6 @@ jobs:
run: | run: |
${{ env.RUN }} "export SKIP_LONG_TESTS=1 && \ ${{ env.RUN }} "export SKIP_LONG_TESTS=1 && \
$PYTEST -n auto --dist=loadscope --timeout 30 -o cpp_files=test_* && \ $PYTEST -n auto --dist=loadscope --timeout 30 -o cpp_files=test_* && \
./selfdrive/locationd/test/test_locationd_scenarios.py && \
./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 && \
./selfdrive/ui/tests/test_translations.py && \ ./selfdrive/ui/tests/test_translations.py && \

Loading…
Cancel
Save