Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ROBOTIS-Will committed Jun 21, 2021
1 parent b1b3778 commit 9070018
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ros-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: ros2-ci
# Controls when the action will run. Triggers the workflow on push or pull request
on:
push:
branches: [ ros2, ros2-devel ]
branches: [ ros2, ros2-devel, foxy, galactic ]
pull_request:
branches: [ ros2, ros2-devel ]
branches: [ ros2, ros2-devel, foxy, galactic ]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand All @@ -15,23 +15,23 @@ jobs:
fail-fast: false
matrix:
ros_distribution:
- dashing
# - dashing
- foxy
# - galactic
- galactic
- rolling
include:
# Dashing Diademata (May 2019 - May 2021)
- docker_image: ubuntu:bionic
ros_distribution: dashing
ros_version: 2
# - docker_image: ubuntu:bionic
# ros_distribution: dashing
# ros_version: 2
# Foxy Fitzroy (June 2020 - May 2023)
- docker_image: ubuntu:focal
ros_distribution: foxy
ros_version: 2
# Galactic Geochelone (May 2021)
# - docker_image: ubuntu:focal
# ros_distribution: galactic
# ros_version: 2
- docker_image: ubuntu:focal
ros_distribution: galactic
ros_version: 2
# Rolling
- docker_image: ubuntu:focal
ros_distribution: rolling
Expand All @@ -46,7 +46,7 @@ jobs:
with:
path: ros_ws/src
- name: Setup ROS environment
uses: ros-tooling/setup-ros@0.1.2
uses: ros-tooling/setup-ros@0.2.1
with:
required-ros-distributions: ${{ matrix.ros_distribution }}
- name: Build and Test
Expand Down

0 comments on commit 9070018

Please sign in to comment.