We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c11c58 commit 1149e82Copy full SHA for 1149e82
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
- run: pnpm install
27
28
- name: Run unit tests
29
- run: pnpm run test -- --ci
+ run: pnpm run test
30
31
test-dts:
32
runs-on: ubuntu-latest
0 commit comments