Skip to content

Commit

Permalink
Add more testing workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
victorpaleologue committed Nov 14, 2023
1 parent b2864a1 commit 31c24ad
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/iron_jammy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: ros2-iron-jammy

on:
push

jobs:
ros2_iron_jammy_ci:
name: iron (jammy)
uses: ./.github/workflows/ros2.yml
with:
ROS_DISTRO: iron
ROS_REPO: testing
OS_NAME: ubuntu
OS_CODE_NAME: jammy
ALLOW_FAIL: false
15 changes: 15 additions & 0 deletions .github/workflows/rolling_jammy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: ros2-rolling-jammy

on:
push

jobs:
ros2_rolling_jammy_ci:
name: rolling (jammy)
uses: ./.github/workflows/ros2.yml
with:
ROS_DISTRO: rolling
ROS_REPO: testing
OS_NAME: ubuntu
OS_CODE_NAME: jammy
ALLOW_FAIL: false

0 comments on commit 31c24ad

Please sign in to comment.