ci: use setup with retry for static analysis (#33898)

* docker

* setup

* now
pull/33899/head
Maxime Desroches 6 months ago committed by GitHub
parent da20b46839
commit 183a058853
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 7
      .github/workflows/selfdrive_tests.yaml

@ -146,11 +146,12 @@ jobs:
PYTHONWARNINGS: default
steps:
- uses: actions/checkout@v4
- name: Setup
run: tools/op.sh setup
with:
submodules: true
- uses: ./.github/workflows/setup-with-retry
- name: Static analysis
timeout-minutes: 1
run: tools/op.sh lint
run: ${{ env.RUN }} "scripts/lint/lint.sh"
unit_tests:
name: unit tests

Loading…
Cancel
Save