fix: change dependency install command
Déploiement API BETA / Tests extensions (push) Successful in 11m3s
Déploiement API BETA / Déploiement beta (push) Failing after 7s

This commit is contained in:
2026-05-14 20:34:39 +04:00
parent 5e2da640c6
commit d5d2507f7c
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
cache: 'npm'
- name: Installer les dépendances
run: npm ci
run: npm install
- name: Lancer les tests
run: npm test