deploy: replce ci by install in test
Déploiement API BETA / Tests extensions (push) Successful in 11m7s
Déploiement API BETA / Build extensions (push) Failing after 45s
Déploiement API BETA / Déploiement beta (push) Has been skipped

This commit is contained in:
2026-05-15 13:56:41 +04:00
parent c95a2318cb
commit 54672ecac3
+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