Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VincidaB authored Dec 18, 2023
1 parent 85397b6 commit 49ab1b7
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ROS 2 Workspace Action
name: Humble Source Build
# You may pin to the exact commit or the version.
# uses: ros/tooling-setup-actions/setup-ros@v1

Expand All @@ -8,13 +8,17 @@ on:
- ezBot-ROS_ws

jobs:
build:
build_docker:
runs-on: ubuntu-latest
container:
image: ubuntu:jammy
steps:
- name: ROS industrial_ci
# You may pin to the exact commit or the version.
# uses: 2lambda123/industrial_ci@1425bd2140a5cad7c7b831e43c443336783cc449
uses: 2lambda123/[email protected]

- uses: ros-tooling/[email protected]
with:
required-ros-distributions: humble
- run: "source /opt/ros/humble/setup.bash && ros2 run --help"
- run: "source /opt/ros/noetic/setup.bash && rosnode --help"
- uses: ros-tooling/[email protected]
with:
package-name: my_package
target-ros2-distro: humble

0 comments on commit 49ab1b7

Please sign in to comment.