From 91ee17a3b0c9ffaa555c6cba3b4eb8946c1b2247 Mon Sep 17 00:00:00 2001 From: Maxime Desroches Date: Fri, 11 Apr 2025 17:02:25 -0700 Subject: [PATCH] bp --- .github/workflows/selfdrive_tests.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/selfdrive_tests.yaml b/.github/workflows/selfdrive_tests.yaml index 25fc258634..5ceb96f7df 100644 --- a/.github/workflows/selfdrive_tests.yaml +++ b/.github/workflows/selfdrive_tests.yaml @@ -345,6 +345,11 @@ jobs: key: ui_screenshots_test_${{ hashFiles('selfdrive/ui/tests/test_ui/run.py') }} - name: Build openpilot run: ${{ env.RUN }} "scons -j$(nproc)" + - name: Breakpoint + uses: namespacelabs/breakpoint-action@v0 + with: + duration: 30m + authorized-users: maxime-desroches - name: Create Test Report timeout-minutes: ${{ ((steps.frames-cache.outputs.cache-hit == 'true') && 1 || 3) }} run: >