File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 # e.g. rmw_cyclonedds_cpp -> ros-<distro>-rmw-cyclonedds-cpp.
4242 RMW_PKG="ros-${{ inputs.ros-distro }}-$(echo '${{ inputs.rmw }}' | tr '_' '-')"
4343 apt-get update
44- apt-get install -y build-essential ca-certificates curl pkg-config libclang-dev "$RMW_PKG"
44+ apt-get install -y build-essential ca-certificates curl pkg-config libclang-dev expect "$RMW_PKG"
4545
4646 - name : Install just
4747 uses : extractions/setup-just@f8a3cce218d9f83db3a2ecd90e41ac3de6cdfd9b # version: v3.1.0
9191 run : |
9292 source /opt/ros/${{ inputs.ros-distro }}/setup.bash
9393 just verify integrations-ros2 clippy ${{ steps.set-build-flags.outputs.cargo-build-mode }}
94+
95+ - name : Run end-to-end tests on ros2 workspace
96+ shell : bash
97+ run : |
98+ source /opt/ros/${{ inputs.ros-distro }}/setup.bash
99+ echo "Using RMW: $RMW_IMPLEMENTATION"
100+ just test-e2e integrations-ros2
You can’t perform that action at this time.
0 commit comments