Skip to content

Commit

Permalink
Update CI workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
  • Loading branch information
hidmic committed Feb 4, 2025
1 parent 3942331 commit d87436c
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
jobs:
lint:
name: Lint sources
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -29,3 +29,14 @@ jobs:
run: pip install pre-commit
- name: Run linters
run: pre-commit run --all-files --verbose --show-diff-on-failure
build-and-test:
name: Build & test
needs: lint
runs-on: ubuntu-24.04
container:
image: ros:jazzy-ros-base
steps:
- uses: ros-tooling/action-ros-ci@v0.3
with:
package-name: gz-ekumen
target-ros2-distro: jazzy

0 comments on commit d87436c

Please sign in to comment.