Skip to content

Commit

Permalink
ci: temporary testing for rolling (#676)
Browse files Browse the repository at this point in the history
Signed-off-by: wep21 <[email protected]>
  • Loading branch information
wep21 authored Apr 28, 2024
1 parent 8b8e60b commit ea6216c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
with:
required-ros-distributions: ${{ matrix.ros_distribution }}
# Use ros2-testing repo for Jazzy before it's officially release
use-ros2-testing: ${{ matrix.ros_distribution == 'jazzy' }}
use-ros2-testing: ${{ (matrix.ros_distribution == 'jazzy') || (matrix.ros_distribution == 'rolling') }}
- run: .github/workflows/check-environment.sh
- run: .github/workflows/check-ros-distribution.sh "${{ matrix.ros_distribution }}"
if: matrix.ros_version == 1
Expand Down

0 comments on commit ea6216c

Please sign in to comment.