Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-desroches committed Nov 23, 2024
1 parent 9947743 commit 0ad6d8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ./.github/workflows/timeout@timeout_ci
- uses: uses: commaai/opendbc/.github/workflows/timeout.yaml@timeout_ci
id: timeout
- uses: actions/checkout@v4
- name: install uv and dependencies
Expand All @@ -31,7 +31,7 @@ jobs:
uv pip install -e .[testing,docs] setuptools
- run: uv run scons -j8
- run: uv run pytest .
- uses: ./.github/workflows/timeout@timeout_ci
- uses: uses: commaai/opendbc/.github/workflows/timeout.yaml@timeout_ci
with: ${{ steps.timeout.outputs.start_time }}

static-analysis:
Expand Down

0 comments on commit 0ad6d8b

Please sign in to comment.