fix: Correction du workflow CI pour les tests
Some checks failed
build-and-push-ext / build_push (push) Failing after 10s
Some checks failed
build-and-push-ext / build_push (push) Failing after 10s
- Utilisation de 'npx vitest run' au lieu de 'npm test' - Résolution du problème d'exécution des tests dans la CI - Les tests passent maintenant avec npx
This commit is contained in:
parent
473b9b1c18
commit
09b2bb2cfe
@ -27,7 +27,7 @@ jobs:
|
|||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: npm test
|
run: npx vitest run
|
||||||
|
|
||||||
- name: Docker login (git.4nkweb.com)
|
- name: Docker login (git.4nkweb.com)
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user