ci: exécuter les tests avant le build sur chaque PR
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user