Skip to content

Commit cbb066e

Browse files
ci: add name to test job
This will make it easier to understand which versions of Ruby and OpenSSL are at first sight.
1 parent d147dbd commit cbb066e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515

1616
jobs:
1717
test:
18+
name: 'Test Ruby ${{ matrix.ruby }} with OpenSSL ${{ matrix.openssl }}'
1819
runs-on: ubuntu-24.04
1920
strategy:
2021
fail-fast: false

0 commit comments

Comments
 (0)