Skip to content

Commit

Permalink
add iron ci to iron branch
Browse files Browse the repository at this point in the history
Signed-off-by: ijnek <kenjibrameld@gmail.com>
  • Loading branch information
ijnek committed Apr 20, 2024
1 parent 5a779e9 commit 4f4933b
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/build_and_test_iron.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Build and Test (iron)

on:
# Triggers the workflow on push
push:
branches: [ iron ]

# Triggers the workflow on pull requests
pull_request:
branches: [ iron ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
container:
image: ubuntu:jammy

steps:
- uses: ros-tooling/setup-ros@v0.7
with:
use-ros2-testing: true
- uses: ros-tooling/action-ros-ci@v0.3
with:
target-ros2-distro: iron

0 comments on commit 4f4933b

Please sign in to comment.