We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c4d403 commit aebf722Copy full SHA for aebf722
1 file changed
.github/workflows/reusable_ici.yml
@@ -74,6 +74,7 @@ jobs:
74
UPSTREAM_WORKSPACE: ${{ inputs.upstream_workspace }}
75
ROS_DISTRO: ${{ inputs.ros_distro }}
76
ROS_REPO: ${{ inputs.ros_repo }}
77
- CMAKE_ARGS: -DUR_ROBOT_DRIVER_BUILD_INTEGRATION_TESTS=ON${{ github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'release') && ' -DUR_ROBOT_DRIVER_RUN_ROBOT_MODELS_TEST=ON' || '' }}
+ CMAKE_ARGS: -DUR_ROBOT_DRIVER_BUILD_INTEGRATION_TESTS=ON
78
+ # ${{ github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'release') && '-DUR_ROBOT_DRIVER_RUN_ROBOT_MODELS_TEST=ON' || '' }}
79
ADDITIONAL_DEBS: docker.io netcat-openbsd curl # Needed for integration tests
80
OS_CODE_NAME: ${{ inputs.ros_distro == 'rolling' && 'resolute' || '' }}
0 commit comments