-
Notifications
You must be signed in to change notification settings - Fork 63
34 lines (32 loc) · 897 Bytes
/
ci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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: rolling
- name: Fetch submodules
run: git submodule update --init --recursive
- uses: ros-tooling/[email protected]
id: action_ros_ci_step
with:
target-ros2-distro: rolling
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