Skip to content

Commit ec510d7

Browse files
committed
chore(CI) : remove old test script and replace by the new one vitest
1 parent e45555f commit ec510d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/angular-deploy-github-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
run: npm run test-ci
2828
working-directory: frontend/
2929

30-
- name: Run architecture tests
31-
run: npm run test-jest
30+
- name: Run vitest
31+
run: npm run test-vitest
3232
working-directory: frontend/
3333

3434
- name: Copy CNAME file

0 commit comments

Comments
 (0)