Skip to content

Commit f52a303

Browse files
committed
chore: update ci
1 parent da02ab1 commit f52a303

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ jobs:
1212
with: { node-version: lts/*, cache: pnpm }
1313
- run: pnpm install
1414
- run: pnpm lint
15-
- run: pnpm test:types
1615
- run: pnpm build
17-
- run: pnpm vitest --coverage
18-
# - uses: codecov/codecov-action@v3
19-
# with: { token: "${{ secrets.CODECOV_TOKEN }}" }
16+
- run: pnpm test:types
17+
- run: pnpm vitest

0 commit comments

Comments
 (0)