test to fix storage test error

This commit is contained in:
2020-08-10 08:21:42 +02:00
parent 885779911c
commit 8888b2d7df

View File

@@ -28,6 +28,8 @@ composer:
script:
- composer install --prefer-dist --no-ansi --no-interaction --no-progress --no-scripts
- cp .env.example .env
- chown -R $USER:www-data storage/
- chmod -R g+w storage/
- php artisan key:generate
artifacts:
expire_in: 1 month