We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25a28cc commit 6effb57Copy full SHA for 6effb57
.github/workflows/main.yml
@@ -44,7 +44,7 @@ jobs:
44
- {ruby: "3.4", gemfile: "gemfiles/latest_rubocop.rb", task: internal_investigation}
45
- {ruby: "3.4", gemfile: "gemfiles/latest_rubocop.rb", task: spec}
46
- {ruby: "3.4", gemfile: "gemfiles/latest_rspec_4.rb", task: spec}
47
- name: ${{format('{0} {1} {2}', matrix.gemfile == 'Gemfile' && 'Ruby ${{ matrix.ruby }}:' || 'foo', matrix.task, matrix.gemfile != 'Gemfile' && matrix.gemfile || 'bar' }}
+ name: ${{format('{0} {1} {2}', matrix.gemfile == 'Gemfile' && 'Ruby matrix.ruby:' || 'foo', matrix.task, matrix.gemfile != 'Gemfile' && matrix.gemfile || 'bar' }}
48
env:
49
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
50
steps:
0 commit comments