[JTC] Re-enabling test, bugfixing and hardening. Adding a parameter to define when trajectories with non-zero velocity at the end are used. (backport #705) #341
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Humble - ABI Compatibility Check | |
on: | |
workflow_dispatch: | |
branches: | |
- humble | |
pull_request: | |
branches: | |
- humble | |
jobs: | |
abi_check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: ros-industrial/industrial_ci@master | |
env: | |
ROS_DISTRO: humble | |
ROS_REPO: main | |
ABICHECK_URL: github:${{ github.repository }}#${{ github.base_ref }} | |
NOT_TEST_BUILD: true |