Skip to content

Commit

Permalink
Rename build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Nov 18, 2022
1 parent 935c251 commit 542af0c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ on:

jobs:
build:
name: Build ${{ matrix.target }}
# Don't change this name - it is used by the merge protection rules
name: Build all
strategy:
fail-fast: true
matrix:
Expand Down Expand Up @@ -62,7 +63,8 @@ jobs:
path: target_releases/*

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

0 comments on commit 542af0c

Please sign in to comment.