Skip to content

Commit

Permalink
Update CI (#70)
Browse files Browse the repository at this point in the history
* Create backport action

* Update CI
  • Loading branch information
Rick-v-E authored May 16, 2024
1 parent 9715a0d commit 98843c5
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: isort/isort-action@v1.0.0
- uses: isort/isort-action@v1.0.0
with:
configuration: --profile black
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
6 changes: 4 additions & 2 deletions .github/workflows/ros-rolling-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ on:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
container:
image: ubuntu:noble
steps:
- uses: ros-tooling/setup-ros@v0.7
- uses: ros-tooling/setup-ros@master
with:
required-ros-distributions: rolling
- uses: ros-tooling/action-ros-ci@v0.3
Expand Down

0 comments on commit 98843c5

Please sign in to comment.