Turn off event-tracking by default #86
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: Testing | |
on: | |
pull_request: | |
push: | |
branches: | |
- master | |
jobs: | |
build_and_test: | |
name: build_and_test | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/[email protected] | |
- uses: ros-tooling/[email protected] | |
with: | |
required-ros-distributions: humble | |
- name: Fetch submodules | |
run: git submodule update --init --recursive | |
- uses: ros-tooling/[email protected] | |
id: action_ros_ci_step | |
with: | |
target-ros2-distro: humble | |
import-token: ${{ secrets.REPO_TOKEN }} | |
package-name: | |
composition_benchmark | |
irobot_benchmark | |
irobot_interfaces_plugin | |
performance_metrics | |
performance_test | |
performance_test_examples | |
performance_test_factory | |
performance_test_msgs | |
performance_test_plugin_cmake |