There was an error while loading. Please reload this page.
1 parent f6c07d8 commit 79ce7a7Copy full SHA for 79ce7a7
1 file changed
.github/workflows/tests.yml
@@ -38,6 +38,9 @@ jobs:
38
with:
39
actions-cache-folder: ${{env.EM_CACHE_FOLDER}}
40
41
+ - name: "Run build"
42
+ run: pnpm build
43
+
44
- name: "Run tests"
45
run: pnpm test:unit
46
0 commit comments