feat: try fix ci/cd
This commit is contained in:
parent
f172623934
commit
88f45c70d3
|
|
@ -18,7 +18,8 @@ test:
|
||||||
DB_DATABASE: ":memory:"
|
DB_DATABASE: ":memory:"
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update && apt-get install -y git zip unzip php8.4-intl
|
- apt-get update && apt-get install -y git zip unzip libicu-dev
|
||||||
|
- docker-php-ext-configure intl && docker-php-ext-install intl
|
||||||
- composer install --no-interaction --prefer-dist
|
- composer install --no-interaction --prefer-dist
|
||||||
# on génère un .env de base pour que Laravel soit content
|
# on génère un .env de base pour que Laravel soit content
|
||||||
- cp .env.example .env || touch .env
|
- cp .env.example .env || touch .env
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue