We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9a62fb commit 224fc52Copy full SHA for 224fc52
1 file changed
.github/workflows/tests.yml
@@ -26,6 +26,8 @@ jobs:
26
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061
27
- name: Install packages
28
run: pnpm install
29
+ - name: Run build
30
+ run: pnpm build
31
- name: Run Tests
32
run: pnpm test
33
env:
0 commit comments