Skip to content

Commit

Permalink
Better job naming
Browse files Browse the repository at this point in the history
  • Loading branch information
4c3y committed Nov 20, 2023
1 parent bd35f85 commit 39c45f5
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/cpp_ubuntu20_04.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
name: C++ Ubuntu 20.04

on:
pull_request:
branches:
Expand All @@ -12,10 +10,10 @@ jobs:
fail-fast: false
matrix:
config:
- {rosdistro: 'noetic', container: 'ros:noetic-ros-base-focal', gcc: '9'}
- {rosdistro: 'noetic', container: 'ros:noetic-ros-base-focal', gcc: '10'}
container: ${{ matrix.config.container }}

- {rosdistro: 'noetic', gcc: '9'}
- {rosdistro: 'noetic', gcc: '10'}
container: ros:${{ matrix.config.rosdistro }}-ros-base-focal
name: ROS ${{ matrix.config.rosdistro }} - GCC ${{ matrix.config.gcc }}
steps:
- uses: actions/checkout@v3
name: Checkout lpp
Expand Down

0 comments on commit 39c45f5

Please sign in to comment.