Skip to content

Commit 1ade17c

Browse files
committed
feat: Add jest testing to tests-js.yaml
Signed-off-by: Jared Scott <[email protected]>
1 parent 026ca2b commit 1ade17c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests-js.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ jobs:
4949
working-directory: ./js
5050
run: pnpm lint
5151

52+
- name: Run Jest Tests
53+
working-directory: ./js
54+
run: pnpm test
55+
5256
- name: Build the static files
5357
working-directory: ./js
5458
run: pnpm build

0 commit comments

Comments
 (0)