Skip to content

Commit 1149e82

Browse files
authored
chore: fix ci build (#4958)
1 parent 7c11c58 commit 1149e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- run: pnpm install
2727

2828
- name: Run unit tests
29-
run: pnpm run test -- --ci
29+
run: pnpm run test
3030

3131
test-dts:
3232
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)