Skip to content

Commit

Permalink
Updated main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SamueleSandrini committed Aug 7, 2024
1 parent b94fad1 commit cd8278e
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: main
on:
pull_request:
branches:
- main
- master
push:
branches:
- main
- master
jobs:
build-and-test:
runs-on: ${{ matrix.os }}
Expand All @@ -18,21 +18,12 @@ jobs:
- name: Setup ROS 2
uses: ros-tooling/setup-ros@0.7.0
with:
required-ros-distributions: humble

- name: Checkout repository
uses: actions/checkout@v3

- name: build and test
required-ros-distributions: humble
- name: build
uses: ros-tooling/action-ros-ci@0.3.3
with:
package-name: plansys2_action_clients
target-ros2-distro: humble
vcs-repo-file-url: https://raw.githubusercontent.com/JRL-CARI-CNR-UNIBS/plansys2_action_clients/master/dependencies.repos
rosdep-check: true
colcon-defaults: |
{
"test": {
"parallel-workers" : 1
}
}

0 comments on commit cd8278e

Please sign in to comment.