Skip to content

Commit

Permalink
Update rolling.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
roncapat authored Dec 3, 2024
1 parent 9ceb4fe commit ae16d21
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .github/workflows/rolling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,18 @@ jobs:
Build:
runs-on: self-hosted
container:
image: osrf/ros:rolling-desktop-full-jammy
image: osrf/ros:rolling-desktop-full

steps:
- name: Update
run: apt update

- name: Install PIP
run: apt install -y python3-pip lcov

- name: Install colcon tools
run: python3 -m pip install colcon-lcov-result colcon-coveragepy-result
- name: Install Pip
timeout-minutes: 2
run: sudo apt-get update && sudo apt-get install -y lcov python3-pip python3-colcon-lcov-result python3-colcon-coveragepy-result

- name: Checkout
uses: actions/checkout@v2

- name: Run Tests
uses: ros-tooling/[email protected].5
uses: ros-tooling/[email protected].15
with:
target-ros2-distro: rolling
import-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -36,4 +31,4 @@ jobs:
with:
name: colcon-logs
path: ros_ws/log
if: always()
if: always()

0 comments on commit ae16d21

Please sign in to comment.