pull/35631/head
Maxime Desroches 2 months ago
parent 7e4c9ee612
commit 2a7e475a70
  1. 7
      .github/workflows/selfdrive_tests.yaml

@ -193,6 +193,13 @@ jobs:
- name: Build openpilot
run: |
${{ env.RUN }} "scons -j$(nproc)"
- name: DEBUG DEBUG
uses: namespacelabs/breakpoint-action@v0
with:
duration: 50m
authorized-users: maxime-desroches
- name: Run replay
timeout-minutes: ${{ contains(runner.name, 'nsc') && (steps.dependency-cache.outputs.cache-hit == 'true') && 1 || 20 }}
run: |

Loading…
Cancel
Save