Skip to content

Commit

Permalink
Merge pull request #6 from marip8/update/ci
Browse files Browse the repository at this point in the history
Updated CI to run on Foxy, Humble, and Rolling
  • Loading branch information
marip8 authored May 14, 2023
2 parents d154790 + 89ffda6 commit 8b539b9
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Foxy | Humble | Rolling

on:
push:
Expand All @@ -12,14 +12,11 @@ jobs:
industrial_ci:
strategy:
fail-fast: false
matrix:
distro: [foxy, humble, rolling]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: 'ros-industrial/industrial_ci@master'
env:
CI_NAME: focal
OS_NAME: ubuntu
OS_CODE_NAME: focal
ROS_DISTRO: foxy
ROS_REPO: main
DOCKER_IMAGE: ros:foxy
ROS_DISTRO: ${{ matrix.distro }}

0 comments on commit 8b539b9

Please sign in to comment.