Skip to content

Commit 25a28cc

Browse files
committed
fixup! fixup! fixup! fixup! fixup! CI: Reduce duplication my having extra gemfiles
1 parent f1d5eb3 commit 25a28cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- {ruby: "3.4", gemfile: "gemfiles/latest_rubocop.rb", task: internal_investigation}
4545
- {ruby: "3.4", gemfile: "gemfiles/latest_rubocop.rb", task: spec}
4646
- {ruby: "3.4", gemfile: "gemfiles/latest_rspec_4.rb", task: spec}
47-
name: ${{format('{0} {1} {2}', matrix.gemfile == 'Gemfile' && 'Ruby ${{ matrix.ruby }}:' || '', matrix.task, matrix.gemfile != 'Gemfile' && matrix.gemfile || '' }}
47+
name: ${{format('{0} {1} {2}', matrix.gemfile == 'Gemfile' && 'Ruby ${{ matrix.ruby }}:' || 'foo', matrix.task, matrix.gemfile != 'Gemfile' && matrix.gemfile || 'bar' }}
4848
env:
4949
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
5050
steps:

0 commit comments

Comments
 (0)