feat : try fix ci
This commit is contained in:
parent
09c5262dfe
commit
327fec6adc
|
|
@ -15,12 +15,14 @@ test:
|
|||
DB_DATABASE: ":memory:"
|
||||
|
||||
before_script:
|
||||
- apt-get update && apt-get install -y libicu-dev
|
||||
- docker-php-ext-configure intl && docker-php-ext-install intl
|
||||
- composer install --no-interaction --prefer-dist
|
||||
|
||||
script:
|
||||
- php artisan test
|
||||
script:
|
||||
- php artisan test
|
||||
|
||||
rules:
|
||||
rules:
|
||||
- when: always
|
||||
|
||||
# 2️⃣ Build + push image
|
||||
|
|
|
|||
Loading…
Reference in New Issue