Skip to content

Commit a502803

Browse files
ExelooMartinFillon
authored andcommitted
feat(ci): add build step to GitHub Actions tests workflow
1 parent 940794c commit a502803

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.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)