Skip to content

Commit a833f0e

Browse files
authored
chore(ci): Make job names nicer (#3158)
s/Test (x)/Test (Node x)
1 parent 9f7d922 commit a833f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
run: yarn lint
7777

7878
job_unit_test:
79-
name: Test
79+
name: Test (Node ${{ matrix.node }})
8080
needs: job_build
8181
continue-on-error: true
8282
timeout-minutes: 30

0 commit comments

Comments
 (0)