Skip to content

Commit 0116abd

Browse files
committed
Add source CI
1 parent 31f207a commit 0116abd

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/ci.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,19 @@ jobs:
2020
- uses: actions/checkout@v3
2121
- uses: 'ros-industrial/industrial_ci@master'
2222
env: ${{matrix.env}}
23+
24+
clearpath_nav2_demos_src_ci:
25+
name: Jazzy Clearpath Source
26+
runs-on: ubuntu-24.04
27+
steps:
28+
- uses: actions/checkout@v3
29+
- uses: ros-tooling/[email protected]
30+
with:
31+
required-ros-distributions: jazzy
32+
- uses: ros-tooling/[email protected]
33+
id: action_ros_ci_step
34+
with:
35+
target-ros2-distro: jazzy
36+
package-name: |
37+
clearpath_nav2_demos
38+
vcs-repo-file-url: dependencies.repos

0 commit comments

Comments
 (0)