Skip to content

Commit 693cc68

Browse files
committed
Add Gemfile matrix to GitHub Actions name
1 parent cdcb3dd commit 693cc68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
build:
1313
runs-on: ubuntu-latest
14-
name: Ruby ${{ matrix.ruby }}
14+
name: "Ruby ${{ matrix.ruby }} / ${{ matrix.gemfile }}"
1515
strategy:
1616
matrix:
1717
ruby:

0 commit comments

Comments
 (0)