Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelsadok committed Jan 5, 2024
1 parent 68513a0 commit 20c4a81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ros-build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [main, test-ci]

jobs:
build-and-test:
build:
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down Expand Up @@ -39,4 +39,4 @@ jobs:
- name: Run colcon build
run: |
docker run -it -v ${{ github.workspace }}:/workspace -w /workspace local:${{ matrix.ros-version }} colcon build --packages-select odrive_can
docker run -v ${{ github.workspace }}:/workspace -w /workspace local:${{ matrix.ros-version }} colcon build --packages-select odrive_can

0 comments on commit 20c4a81

Please sign in to comment.