mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 17:43:54 +08:00
unit test job: remove duplicate test (#34005)
* already tested try again fix * clean up
This commit is contained in:
3
.github/workflows/selfdrive_tests.yaml
vendored
3
.github/workflows/selfdrive_tests.yaml
vendored
@@ -179,8 +179,7 @@ jobs:
|
||||
${{ env.RUN }} "source selfdrive/test/setup_xvfb.sh && \
|
||||
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 && \
|
||||
pytest ./selfdrive/ui/tests/test_translations.py"
|
||||
QT_QPA_PLATFORM=offscreen ./selfdrive/ui/tests/test_translations"
|
||||
- name: "Upload coverage to Codecov"
|
||||
uses: codecov/codecov-action@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user