Skip to content

Commit

Permalink
More readable CI job names
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinj committed Jul 27, 2022
1 parent 293ef90 commit e892a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Run RuboCop
run: bundle exec rubocop
test:
name: ${{ matrix.os }} ${{ matrix.ruby }}
name: ${{ matrix.os }} - Ruby ${{ matrix.ruby }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down

0 comments on commit e892a7e

Please sign in to comment.