Skip to content

Commit 217dcae

Browse files
committed
Simplify job name to improve readability
1 parent 47eedd5 commit 217dcae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions: {}
1818

1919
jobs:
2020
unit-js:
21-
name: JavaScript Unit Tests (Node.js ${{ matrix.node }})
21+
name: Node.js ${{ matrix.node }}
2222
runs-on: ubuntu-latest
2323
permissions:
2424
contents: read

0 commit comments

Comments
 (0)