Skip to content

Commit 507eb3d

Browse files
committed
chore: update ci
1 parent 3e1bcc8 commit 507eb3d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,4 @@ jobs:
1010
with: { node-version: lts/*, cache: "pnpm" }
1111
- run: pnpm install
1212
- run: pnpm run lint
13-
- run: pnpm vitest --coverage
14-
# - uses: codecov/codecov-action@v5
15-
# with: { token: "${{ secrets.CODECOV_TOKEN }}" }
13+
- run: pnpm test

0 commit comments

Comments
 (0)