-
Notifications
You must be signed in to change notification settings - Fork 0
35 lines (33 loc) · 943 Bytes
/
main.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
name: Humble CI
on:
push:
branches:
- main
jobs:
humble_source:
runs-on: ubuntu-22.04
steps:
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: humble
- run: sudo apt-get install -y libpciaccess-dev libomp-dev
- uses: ros-tooling/[email protected]
with:
package-name: test_calibration
target-ros2-distro: humble
skip-tests: true
- uses: ros-tooling/[email protected]
with:
package-name: test_admittance
target-ros2-distro: humble
skip-tests: true
- uses: ros-tooling/[email protected]
with:
package-name: test_impedance
target-ros2-distro: humble
skip-tests: true
- uses: ros-tooling/[email protected]
with:
package-name: haptic_control
target-ros2-distro: humble
skip-tests: true