We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a12f84 commit 91f5134Copy full SHA for 91f5134
1 file changed
.github/workflows/ci.yml
@@ -17,6 +17,5 @@ jobs:
17
cache: 'pnpm'
18
19
- run: pnpm install
20
-
21
- - name: Run unit tests
22
- run: pnpm test
+ - run: pnpm build
+ - run: pnpm test
0 commit comments