From 73e72b8e6bfe633e7b3be6d5a52cbfd092061ef5 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Mon, 20 Sep 2021 09:41:47 +0200 Subject: [PATCH] build: Name each CI run Since experimental: true is in the list of "matrix element particles", a boolean is listed in the name for each matrix element, making the list a little confusing. This attempts to get rid of that. --- .github/workflows/development.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index 9762ab3..0b1a9ba 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -4,6 +4,7 @@ on: [push, pull_request] jobs: test: + name: ${{matrix.ruby}} on ${{matrix.os}} runs-on: ${{matrix.os}}-latest continue-on-error: ${{matrix.experimental}}