Skip to content

Commit

Permalink
Trying to run action in ROS container
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Henkel <[email protected]>
  • Loading branch information
ct2034 committed Jan 8, 2025
1 parent 1ecf24a commit 8dcc162
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,21 @@ jobs:
matrix:
include:
- ros-distro: jazzy
os: ubuntu-24.04
# os: ubuntu-24.04
- ros-distro: humble
os: ubuntu-22.04
# os: ubuntu-22.04
fail-fast: false
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
container: ros:${{ matrix.ros-distro }}-ros-core
steps:
# Checkout the repository
- name: Checkout repository
uses: actions/checkout@v2
# Set up ROS
- name: Set up ROS
uses: ros-tooling/[email protected]
with:
required-ros-distributions: ${{ matrix.ros-distro }}
# # Set up ROS
# - name: Set up ROS
# uses: ros-tooling/[email protected]
# with:
# required-ros-distributions: ${{ matrix.ros-distro }}
# Get smc_storm for testing
- name: Get smc_storm
id: get_smc_storm
Expand Down

0 comments on commit 8dcc162

Please sign in to comment.