Skip to content

Commit

Permalink
Continue on error for build and test jobs
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Flynn <evanflynn.msu@gmail.com>
  • Loading branch information
flynneva committed Nov 5, 2023
1 parent 5713874 commit 6f061db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
- name: Build and Test ROS 1
uses: ros-tooling/action-ros-ci@master
if: ${{ contains('["melodic", "noetic"]', matrix.ros_distro) }}
continue-on-error: true
with:
package-name: usb_cam
target-ros1-distro: ${{ matrix.ros_distro }}
Expand All @@ -87,6 +88,7 @@ jobs:
id: build_and_test_step
uses: ros-tooling/action-ros-ci@master
if: ${{ contains('["melodic", "noetic"]', matrix.ros_distro) == false }}
continue-on-error: true
with:
package-name: usb_cam
target-ros2-distro: ${{ matrix.ros_distro }}
Expand Down

0 comments on commit 6f061db

Please sign in to comment.