From 7b1d59796e3d4cfd495a66c1c191b930dfedb3a0 Mon Sep 17 00:00:00 2001 From: Maxime Desroches Date: Wed, 4 Dec 2024 19:59:44 -0800 Subject: [PATCH] see this --- .github/workflows/selfdrive_tests.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/selfdrive_tests.yaml b/.github/workflows/selfdrive_tests.yaml index 7a52d91147..80712189f7 100644 --- a/.github/workflows/selfdrive_tests.yaml +++ b/.github/workflows/selfdrive_tests.yaml @@ -202,11 +202,6 @@ jobs: - name: Build openpilot run: | ${{ env.RUN }} "scons -j$(nproc)" - - name: debug - uses: namespacelabs/breakpoint-action@v0 - with: - duration: 30m - authorized-users: maxime-desroches - name: Run replay timeout-minutes: ${{ contains(runner.name, 'nsc') && (steps.dependency-cache.outputs.cache-hit == 'true') && 1 || 20 }} run: | @@ -263,6 +258,11 @@ jobs: key: car_models-${{ hashFiles('selfdrive/car/tests/test_models.py', 'selfdrive/car/tests/routes.py') }}-${{ matrix.job }} - name: Build openpilot run: ${{ env.RUN }} "scons -j$(nproc)" + - name: debug + uses: namespacelabs/breakpoint-action@v0 + with: + duration: 30m + authorized-users: maxime-desroches - name: Test car models timeout-minutes: ${{ contains(runner.name, 'nsc') && (steps.routes-cache.outputs.cache-hit == 'true') && 1 || 20 }} run: |