Skip to content

Commit

Permalink
build: Name each CI run
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
olleolleolle authored and ioquatix committed Sep 20, 2021
1 parent 7f1ec85 commit 664d280
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}

Expand Down

0 comments on commit 664d280

Please sign in to comment.