We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e45555f commit ec510d7Copy full SHA for ec510d7
1 file changed
.github/workflows/angular-deploy-github-pages.yml
@@ -27,8 +27,8 @@ jobs:
27
run: npm run test-ci
28
working-directory: frontend/
29
30
- - name: Run architecture tests
31
- run: npm run test-jest
+ - name: Run vitest
+ run: npm run test-vitest
32
33
34
- name: Copy CNAME file
0 commit comments