Skip to content

Commit e439f04

Browse files
committed
Fix: exécute scripts Composer lors des tests
1 parent 675ef1f commit e439f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
extensions: curl, gd, iconv, json, mbstring, pdo, pdo_mysql, zip
4343

4444
- name: Install PHP dependencies
45-
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
45+
run: composer install -q --no-ansi --no-interaction --no-progress
4646

4747
- name: Initialize environment and database
4848
env:

0 commit comments

Comments
 (0)