Better CI flow names
This commit is contained in:
parent
907e5dae80
commit
646b122c81
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -3,7 +3,7 @@ on: [pull_request, push]
|
||||
|
||||
jobs:
|
||||
build: # make sure build/ci work properly
|
||||
name: Publish for ${{ matrix.os }}
|
||||
name: CI on ${{ matrix.os }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
@ -15,6 +15,7 @@ jobs:
|
||||
npm run all
|
||||
|
||||
test: # make sure the action works on a clean machine without building
|
||||
name: E2E test
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
|
Loading…
Reference in New Issue
Block a user