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 0c9ba32 commit b816909
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,25 @@
name: ROS 2 Workspace Action
# You may pin to the exact commit or the version.
uses: ichiro-its/[email protected]
with:
# The ROS 2 distribution to be used
distro: humble # optional, default is iron
# uses: ros/tooling-setup-actions/setup-ros@v1
name: ROS 2 Workspace Build

on:
push:
branches:
- master
- ezBot-ROS_ws

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Deploy app
run: exit 0
- name: Checkout code
uses: actions/checkout@v2

- name: Set up ROS
uses: ros/tooling-setup-actions/setup-ros@v1
with:
ros-distro: humble

- name: Build workspace
run: colcon build

0 comments on commit b816909

Please sign in to comment.