-
Notifications
You must be signed in to change notification settings - Fork 830
31 lines (28 loc) · 803 Bytes
/
ros2.yaml
File metadata and controls
31 lines (28 loc) · 803 Bytes
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
name: ros2
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
industrial_ci:
strategy:
matrix:
env:
- {ROS_DISTRO: humble, ROS_REPO: main}
- {ROS_DISTRO: jazzy, ROS_REPO: main}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: 'ros-industrial/industrial_ci@master'
env:
ROS_DISTRO: ${{ matrix.env.ROS_DISTRO }}
ROS_REPO: ${{ matrix.env.ROS_REPO }}
# Exclude Groot2PublisherTest tests due to pre-existing heap corruption from earlier tests
CTEST_ARGS: -E Groot2PublisherTest
with:
package-name: behaviortree_cpp