Skip to content

Commit

Permalink
Add industrial CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bjsowa committed Jun 18, 2024
1 parent 8280768 commit 9d4a0b9
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/ci-humble.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: CI-Humble

on:
workflow_dispatch:
push:
branches:
- humble
pull_request:
branches:
- humble

env:
ROS_DISTRO: humble

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"

0 comments on commit 9d4a0b9

Please sign in to comment.