Remove release files (conceptually) (#34379)

* Remove release files (conceptually)

* fix
This commit is contained in:
Adeeb Shihadeh
2025-01-13 19:31:21 -08:00
committed by GitHub
parent 1ab98e38e5
commit 57abd8b0c2
2 changed files with 3 additions and 111 deletions

View File

@@ -64,15 +64,7 @@ jobs:
timeout-minutes: 1
run: |
cd $STRIPPED_DIR
${{ env.RUN }} "release/check-dirty.sh && \
MAX_EXAMPLES=5 $PYTEST -m 'not slow' selfdrive/car system/manager"
- name: Static analysis
timeout-minutes: 1
run: |
cd $GITHUB_WORKSPACE
cp pyproject.toml $STRIPPED_DIR
cd $STRIPPED_DIR
${{ env.RUN }} "scripts/lint/lint.sh --skip check_added_large_files"
${{ env.RUN }} "release/check-dirty.sh"
build:
runs-on: