Skip to content

Commit

Permalink
Add action
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick-v-E committed Jan 19, 2024
1 parent a4acaf1 commit fd7f75c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/ros-humble-ign-test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Humble Hawksbill (May 2022 - May 2027)
name: ros-humble-ign

on:
workflow_dispatch:
pull_request:
branches:
- ros2-ign
push:
branches:
- ros2-ign

jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: ros-tooling/setup-ros@v0.7
with:
required-ros-distributions: humble
- uses: ros-tooling/action-ros-ci@v0.3
with:
package-name: virtual_maize_field
target-ros2-distro: humble

0 comments on commit fd7f75c

Please sign in to comment.