From 646b122c8123da5df32b8fd6c503d6630011967f Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Fri, 3 Jul 2020 03:36:38 +0200 Subject: [PATCH] Better CI flow names --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cec52dd..6c2aaca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: