Skip to content

Commit 3d41c79

Browse files
authored
Merge pull request #157 from vralle/chore/ci-naming
chore: Add CI workflow name to display Node.js and OS versions
2 parents f2f67aa + a43ea28 commit 3d41c79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
node-version: [18, 20, 22]
2020

2121
runs-on: ${{ matrix.os }}
22+
name: integration - Node ${{ matrix.node-version }} on ${{ matrix.os }}
2223
steps:
2324
- name: Checkout repository
2425
uses: actions/checkout@v4

0 commit comments

Comments
 (0)