Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktHaas96 committed Jan 30, 2024
1 parent 251805e commit 2b9028d
Showing 1 changed file with 10 additions and 15 deletions.
25 changes: 10 additions & 15 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,19 @@ jobs:
- name: Clean up
run: rm -rf *

prerequisites:
docker-ros:
strategy:
matrix:
include:
- ros: ros2
rosdistro: humble
command: ros2 launch carla_ros_bridge carla_ros_bridge.launch.py
- ros: ros
rosdistro: noetic
command: roslaunch carla_ros_bridge carla_ros_bridge.launch
runs-on: ubuntu-latest
needs: clean-up
steps:

- uses: actions/checkout@v4
name: Checkout repository
with:
Expand All @@ -34,19 +42,6 @@ jobs:
- name: Remove PythonAPI.tar.gz
run: rm docker/additional-files/PythonAPI.tar.gz

docker-ros:
strategy:
matrix:
include:
- ros: ros2
rosdistro: humble
command: ros2 launch carla_ros_bridge carla_ros_bridge.launch.py
- ros: ros
rosdistro: noetic
command: roslaunch carla_ros_bridge carla_ros_bridge.launch
runs-on: ubuntu-latest
needs: prerequisites
steps:
- uses: ika-rwth-aachen/docker-ros@main # fix to @v1.4.0 when released
name: Run docker-ros pipeline for ${{ matrix.ros }}:${{ matrix.rosdistro }}
with:
Expand Down

0 comments on commit 2b9028d

Please sign in to comment.