Skip to content

Commit 80be5b7

Browse files
committed
update job names
Signed-off-by: rishichawda <[email protected]>
1 parent ec9b4c1 commit 80be5b7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test
1+
name: Pull Request tests
22

33
on:
44
pull_request:
@@ -8,6 +8,7 @@ on:
88

99
jobs:
1010
test:
11+
name: plugin/tests (ubuntu-latest, Node v${{ matrix.node-version }})
1112
runs-on: ubuntu-latest
1213
strategy:
1314
matrix:
@@ -36,6 +37,7 @@ jobs:
3637
run: yarn build:ts
3738

3839
lint:
40+
name: plugin/lint (ubuntu-latest, Node v22)
3941
runs-on: ubuntu-latest
4042

4143
steps:
@@ -58,6 +60,7 @@ jobs:
5860
run: yarn build:ts --noEmit
5961

6062
docs-build:
63+
name: docs/build (ubuntu-latest, Node v18)
6164
runs-on: ubuntu-latest
6265

6366
steps:

0 commit comments

Comments
 (0)