We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab4abf9 commit 4dde65fCopy full SHA for 4dde65f
1 file changed
.github/workflows/test.yml
@@ -78,6 +78,9 @@ jobs:
78
- name: Install Dependencies
79
run: pnpm install --frozen-lockfile
80
81
+ - name: Build
82
+ run: pnpm build
83
+
84
- name: Run Tests
85
run: pnpm test:coverage
86
0 commit comments