feat : try fix ci
This commit is contained in:
parent
327fec6adc
commit
a4e7a9be97
|
|
@ -19,10 +19,10 @@ test:
|
||||||
- docker-php-ext-configure intl && docker-php-ext-install intl
|
- docker-php-ext-configure intl && docker-php-ext-install intl
|
||||||
- composer install --no-interaction --prefer-dist
|
- composer install --no-interaction --prefer-dist
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- php artisan test
|
- php artisan test
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
- when: always
|
- when: always
|
||||||
|
|
||||||
# 2️⃣ Build + push image
|
# 2️⃣ Build + push image
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue