Skip to content

Commit 9d9b6cf

Browse files
committed
chore: fix ci
1 parent fe11295 commit 9d9b6cf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ jobs:
9090
- name: 'Install Deps'
9191
run: pnpm install --frozen-lockfile
9292

93+
- name: 'Build'
94+
run: pnpm run build
95+
9396
- name: 'Test'
9497
run: pnpm run test
9598

@@ -118,6 +121,9 @@ jobs:
118121
- name: 'Install Deps'
119122
run: pnpm install --frozen-lockfile
120123

124+
- name: 'Build'
125+
run: pnpm run build
126+
121127
- name: 'Test'
122128
run: pnpm run coverage
123129

0 commit comments

Comments
 (0)