Skip to content

Commit

Permalink
Run CI on all ROS distros even after one fails
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbinney committed Jun 20, 2021
1 parent c7c32f4 commit 3008001
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ros1_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:

runs-on: ubuntu-latest

continue-on-error: true

container:
# The perception docker images includes laser_geometry, which we need.
image: ros:${{ matrix.rosdistro }}-perception
Expand Down

0 comments on commit 3008001

Please sign in to comment.