Skip to content

Commit

Permalink
Add Jazzy CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bjsowa committed May 12, 2024
1 parent 8df0409 commit b870ef0
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/ci-jazzy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: CI-Jazzy

on:
workflow_dispatch:
push:
branches:
- jazzy
pull_request:
branches:
- jazzy

env:
ROS_DISTRO: jazzy

jobs:
industrial_ci:
runs-on: ubuntu-20.04
strategy:
matrix:
ROS_REPO: [testing, main]
env:
ROS_REPO: ${{ matrix.ROS_REPO }}
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Source tests
uses: "ros-industrial/industrial_ci@master"
env:
DOWNSTREAM_WORKSPACE: "github:LeoRover/leo_desktop-ros2#jazzy"

0 comments on commit b870ef0

Please sign in to comment.