Skip to content

Commit

Permalink
Assign a name to the test job in the build GHA workflow
Browse files Browse the repository at this point in the history
This helps keep the job name in line with the molecule configuration.

Co-authored-by: Nick <50747025+mcdonnnj@users.noreply.github.com>
  • Loading branch information
jsf9k and mcdonnnj committed May 31, 2024
1 parent aa9314f commit 8fe3a8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@ jobs:
uses: mxschmitt/action-tmate@v3
if: env.RUN_TMATE
test:
name: >-
test (${{ matrix.scenario }}) -
${{ matrix.platform }}-${{ matrix.architecture }})
needs:
- diagnostics
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8fe3a8f

Please sign in to comment.