-
Notifications
You must be signed in to change notification settings - Fork 143
37 lines (36 loc) · 968 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
35
36
37
name: Test teleop_tools
on:
pull_request:
push:
schedule:
# Run every morning to detect flakiness and broken dependencies
- cron: '17 8 * * *'
jobs:
ci:
name: Rolling source job
runs-on: ubuntu-22.04
strategy:
fail-fast: false
steps:
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: rolling
- uses: ros-tooling/[email protected]
with:
target-ros2-distro: rolling
# build all packages listed in the meta package
package-name:
joy_teleop
key_teleop
mouse_teleop
teleop_tools
teleop_tools_msgs
- uses: codecov/codecov-action@v3
with:
file: ros_ws/lcov/total_coverage.info
flags: unittests
name: codecov-umbrella
- uses: actions/upload-artifact@v3
with:
name: colcon-logs-${{ matrix.os }}
path: ros_ws/log