diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 651a639ddf..ed42211fb0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,7 +20,7 @@ jobs: os: [ubuntu-24.04, macos-latest] #run: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14] steps: - - uses: uses: commaai/opendbc/.github/workflows/timeout.yaml@timeout_ci + - uses: commaai/opendbc/.github/workflows/timeout.yaml@timeout_ci id: timeout - uses: actions/checkout@v4 - name: install uv and dependencies @@ -31,7 +31,7 @@ jobs: uv pip install -e .[testing,docs] setuptools - run: uv run scons -j8 - run: uv run pytest . - - uses: uses: commaai/opendbc/.github/workflows/timeout.yaml@timeout_ci + - uses: commaai/opendbc/.github/workflows/timeout.yaml@timeout_ci with: ${{ steps.timeout.outputs.start_time }} static-analysis: