Skip to content

Commit c3f741c

Browse files
CI job naming
1 parent a7542af commit c3f741c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
test:
13-
name: Ruby ${{ matrix.ruby }} / RabbitMQ ${{ matrix.rabbitmq }}
13+
name: RabbitMQ ${{ matrix.rabbitmq }}, Ruby ${{ matrix.ruby }}
1414
runs-on: ubuntu-latest
1515

1616
strategy:
@@ -60,7 +60,7 @@ jobs:
6060
RSPEC_RETRY_COUNT: 2
6161

6262
tls-tests:
63-
name: TLS Tests (Ruby ${{ matrix.ruby }} / RabbitMQ ${{ matrix.rabbitmq }})
63+
name: TLS Tests (RabbitMQ ${{ matrix.rabbitmq }}, Ruby ${{ matrix.ruby }})
6464
runs-on: ubuntu-latest
6565

6666
strategy:

0 commit comments

Comments
 (0)