Skip to content

Commit edabc28

Browse files
committed
ci: add name of tests workflow
1 parent 0a8145e commit edabc28

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy VitePress site to Pages
1+
name: Run tests
22

33
on:
44
push:
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
# Build job
10-
build:
10+
test:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
@@ -28,3 +28,5 @@ jobs:
2828
run: npx playwright install --with-deps
2929
- name: Run tests
3030
run: pnpm vitest run
31+
- name: Run type checks
32+
run: pnpm vue-tsc --noEmit

0 commit comments

Comments
 (0)