Skip to content

Commit

Permalink
Add nicer name for each build in matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
tdonohue committed Jan 31, 2022
1 parent 0c448c7 commit c6404c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
# Do NOT exit immediately if one matrix job fails
# This ensures ITs continue running even if Unit Tests fail, or visa versa
fail-fast: false
name: Run ${{ matrix.type }}
# These are the actual CI steps to perform per job
steps:
# https://github.com/actions/checkout
Expand Down

0 comments on commit c6404c8

Please sign in to comment.