ci: exécuter les tests avant le build sur chaque PR

This commit is contained in:
2026-07-04 09:56:26 +04:00
parent 416032942a
commit 1562ecd706
+3
View File
@@ -22,6 +22,9 @@ jobs:
- name: Installer les dépendances - name: Installer les dépendances
run: yarn install --frozen-lockfile run: yarn install --frozen-lockfile
- name: Lancer les tests
run: yarn test
- name: Build Strapi - name: Build Strapi
run: yarn build run: yarn build