Skip to content

Commit df54a37

Browse files
committed
Job name again
1 parent 17f50ce commit df54a37

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1+
name: Run tests
2+
13
on:
24
pull_request:
35
types: [opened, synchronize]
46

57
jobs:
68
run-tests:
7-
name: Run tests using Node ${{ matrix.node-version }}
9+
name: Node ${{ matrix.node-version }}
810

911
strategy:
1012
fail-fast: false

0 commit comments

Comments
 (0)