ci: exécuter les tests dans deploy-beta et deploy-prod

This commit is contained in:
2026-07-04 11:39:53 +04:00
parent 250ae822ea
commit 0afa9251d6
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -20,6 +20,9 @@ jobs:
- name: Installer les dépendances
run: yarn install --frozen-lockfile
- name: Lancer les tests
run: yarn test
- name: Build Strapi
run: yarn build