Skip to content

Commit 79ce7a7

Browse files
committed
feat(ci): add build step to GitHub Actions tests workflow
1 parent f6c07d8 commit 79ce7a7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
with:
3939
actions-cache-folder: ${{env.EM_CACHE_FOLDER}}
4040

41+
- name: "Run build"
42+
run: pnpm build
43+
4144
- name: "Run tests"
4245
run: pnpm test:unit
4346

0 commit comments

Comments
 (0)