Skip to content

Commit

Permalink
workflow simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed May 9, 2024
1 parent 08daf66 commit 4b5081e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/colcon_test_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,10 @@ jobs:
colcon-test-build-ubuntu-22-04:
strategy:
matrix:
build-type: [ignition-gazebo, gazebo-classic]
ros-distro: [humble]
env:
GAZEBO_VERSION: ${{ matrix.build-type }}
runs-on: ubuntu-22.04

name: ${{ matrix.ros-distro }}
name: Build ${{ matrix.ros-distro }}
steps:
- uses: ros-tooling/[email protected]
with:
Expand Down

0 comments on commit 4b5081e

Please sign in to comment.