Skip to content

Commit

Permalink
use central reusable workflow for CI (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cakem1x authored Oct 26, 2024
1 parent 30350d7 commit 9e3e8cb
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions .github/workflows/humble.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,15 @@
name: Humble CI
name: Humble CI - Build and Test

on:
push:
branches:
- 'humble'
pull_request:
branches:
- 'humble'
workflow_dispatch:
branches:
- '*'

jobs:
build_and_test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: humble
- uses: ros-tooling/[email protected]
with:
target-ros2-distro: humble
vcs-repo-file-url: $GITHUB_WORKSPACE/source_dependencies.yaml
rosdep-check: true
uses: naturerobots/github_automation_public/.github/workflows/humble_ci.yaml@main
secrets: inherit

0 comments on commit 9e3e8cb

Please sign in to comment.