fix test storage image
This commit is contained in:
@@ -28,8 +28,6 @@ composer:
|
|||||||
script:
|
script:
|
||||||
- composer install --prefer-dist --no-ansi --no-interaction --no-progress --no-scripts
|
- composer install --prefer-dist --no-ansi --no-interaction --no-progress --no-scripts
|
||||||
- cp .env.example .env
|
- cp .env.example .env
|
||||||
- chown -R $USER:www-data storage/
|
|
||||||
- chmod -R g+w storage/
|
|
||||||
- php artisan key:generate
|
- php artisan key:generate
|
||||||
artifacts:
|
artifacts:
|
||||||
expire_in: 1 month
|
expire_in: 1 month
|
||||||
@@ -64,4 +62,6 @@ phpunit:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- composer
|
- composer
|
||||||
script:
|
script:
|
||||||
|
- chown -R $USER:www-data storage/
|
||||||
|
- chmod -R g+w storage/
|
||||||
- phpunit --coverage-text --colors=never
|
- phpunit --coverage-text --colors=never
|
||||||
|
|||||||
Reference in New Issue
Block a user