Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit 4f44875

Browse files
committed
fix: wrong test script
1 parent 871bada commit 4f44875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
- name: Build
138138
run: pnpm build
139139
- name: Run tests
140-
run: pnpm test:ci
140+
run: pnpm test
141141

142142
release:
143143
if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)