Skip to content

Commit

Permalink
need different names in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Nov 18, 2022
1 parent 542af0c commit 88633cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
build:
# Don't change this name - it is used by the merge protection rules
name: Build all
name: Build ${{ matrix.target }}
strategy:
fail-fast: true
matrix:
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:

test:
# Don't change this name - it is used by the merge protection rules
name: Test and package
name: Test & package ${{ matrix.target }}
needs: [build]
strategy:
fail-fast: true
Expand Down

0 comments on commit 88633cc

Please sign in to comment.