Skip to content

Commit f321ba0

Browse files
committed
refactor(ci): rename workflow to CI and label jobs
1 parent 1fd0a38 commit f321ba0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Test
1+
name: CI
22

33
on:
44
push:
@@ -37,6 +37,7 @@ jobs:
3737
- run: pnpm run check
3838

3939
test:
40+
name: "Test"
4041
needs: check
4142
runs-on: ubuntu-latest
4243
strategy:
@@ -57,6 +58,7 @@ jobs:
5758
- run: pnpm run test
5859

5960
build:
61+
name: "Build"
6062
needs: test
6163
runs-on: ubuntu-latest
6264
strategy:

0 commit comments

Comments
 (0)