diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 4801c49..a8c71b2 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -19,3 +19,5 @@ jobs: node-version: 22 - name: Run unit tests run: npm install && npm test + - name: Run template unit tests + run: cd template && npm install && npm test