Skip to content

Commit 816967c

Browse files
authored
Add GHA job step to run template unit tests (#226)
1 parent b0798f2 commit 816967c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ jobs:
1919
node-version: 22
2020
- name: Run unit tests
2121
run: npm install && npm test
22+
- name: Run template unit tests
23+
run: cd template && npm install && npm test

0 commit comments

Comments
 (0)