There was an error while loading. Please reload this page.
1 parent bfaff62 commit 3729bcfCopy full SHA for 3729bcf
1 file changed
.github/workflows/tests.yaml
@@ -19,3 +19,5 @@ jobs:
19
node-version: 22
20
- name: Run unit tests
21
run: npm install && npm test
22
+ - name: Run template unit tests
23
+ run: cd template && npm install && npm test
0 commit comments