Skip to content

Commit 5cbb34b

Browse files
committed
ci: use the dynamic job name with os
1 parent dda304f commit 5cbb34b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
build-and-test:
12-
name: Node.js-${{ matrix.node }}
12+
name: Node.js-${{ matrix.node }} on ${{ matrix.os }}
1313

1414
strategy:
1515
matrix:

0 commit comments

Comments
 (0)