Skip to content

Commit

Permalink
[CI] tests.yml - remove 'MRI' and 'NON-MRI' from job titles (#3536)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSP-Greg authored Oct 25, 2024
1 parent 366b6b5 commit b7e4c8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

test_mri:
name: >-
MRI: ${{ matrix.os }} ${{ matrix.ruby }}${{ matrix.no-ssl }}${{ matrix.yjit }}${{ matrix.rack-v }}
${{ matrix.os }} ${{ matrix.ruby }}${{ matrix.no-ssl }}${{ matrix.yjit }}${{ matrix.rack-v }}
needs: [rubocop, skip_duplicate_runs]
env:
CI: true
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:

test_non_mri:
name: >-
NON-MRI: ${{ matrix.os }} ${{ matrix.ruby }}${{ matrix.no-ssl }}
${{ matrix.os }} ${{ matrix.ruby }}${{ matrix.no-ssl }}
needs: [rubocop, skip_duplicate_runs]
env:
CI: true
Expand Down

0 comments on commit b7e4c8c

Please sign in to comment.