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:
|
jobs:
|
||||||
build: # make sure build/ci work properly
|
build: # make sure build/ci work properly
|
||||||
name: Publish for ${{ matrix.os }}
|
name: CI on ${{ matrix.os }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
@ -15,6 +15,7 @@ jobs:
|
|||||||
npm run all
|
npm run all
|
||||||
|
|
||||||
test: # make sure the action works on a clean machine without building
|
test: # make sure the action works on a clean machine without building
|
||||||
|
name: E2E test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
Loading…
Reference in New Issue
Block a user