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 d3f7908 commit fff388f
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@ on:
- ezBot-ROS_ws
jobs:
build-and-test:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Checking out
uses: actions/[email protected]
- name: Building and testing
uses: ichiro-its/[email protected]
- name: Checkout
uses: actions/[email protected]
with:
ros2-distro: humble
apt-packages: gazebo_dev
path: workspace

- name: Build and test workspace
uses: ichiro-its/[email protected]
with:
distro: rolling

0 comments on commit fff388f

Please sign in to comment.