Better CI flow names

This commit is contained in:
Sven-Hendrik Haase 2020-07-03 03:36:38 +02:00
parent 907e5dae80
commit 646b122c81
No known key found for this signature in database
GPG Key ID: 39E4B877E62EB915

View File

@ -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: