We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0798f2 commit 816967cCopy full SHA for 816967c
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