ci: exécuter les tests dans deploy-beta et deploy-prod
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -22,6 +22,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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user