Skip to content

Commit

Permalink
CIにrollingを追加 (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuwamai authored Dec 23, 2024
1 parent 478e9a3 commit 8198372
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/industrial_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ on:
jobs:
industrial_ci:
strategy:
fail-fast: false
matrix:
env:
- { ROS_DISTRO: jazzy, ROS_REPO: ros }
- { ROS_DISTRO: rolling, ROS_REPO: ros }
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: "ros-industrial/industrial_ci@master"
env: ${{ matrix.env }}

0 comments on commit 8198372

Please sign in to comment.