Skip to content

Commit

Permalink
ci: adjust job nNames in the Test workflow (#37)
Browse files Browse the repository at this point in the history
* ci: rename `Build and Test` job into `Setup, Build, and Test` job

* ci: rename `Setup and Build` job into `Individual Setup and Build` job
  • Loading branch information
threeal authored Nov 2, 2023
1 parent 69696ca commit 6baa0bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
push:
branches: [main]
jobs:
setup-and-build:
name: Setup and Build
individual-setup-build:
name: Individual Setup and build
runs-on: ubuntu-22.04
strategy:
fail-fast: false
Expand Down Expand Up @@ -36,8 +36,8 @@ jobs:
with:
ros2-distro: ${{ matrix.ros2-distro }}

build-and-test:
name: Build and Test
setup-build-test:
name: Setup, Build, and Test
runs-on: ubuntu-22.04
strategy:
fail-fast: false
Expand Down

0 comments on commit 6baa0bd

Please sign in to comment.