Skip to content

Commit bb06e2e

Browse files
committed
ci: set test name with Node.js version in build workflow
1 parent 003becc commit bb06e2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- name: Lint
2323
run: npm run lint
2424
build:
25+
name: Build (Node.js v${{ matrix.node }})
2526
runs-on: ubuntu-latest
2627
timeout-minutes: 5
2728
strategy:
@@ -40,6 +41,7 @@ jobs:
4041
- name: Build
4142
run: npm run build
4243
test:
44+
name: Test (Node.js v${{ matrix.node }})
4345
runs-on: ubuntu-latest
4446
timeout-minutes: 5
4547
strategy:

0 commit comments

Comments
 (0)