mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update CI config
This commit is contained in:
parent
e8616c290f
commit
505d734e68
1 changed files with 4 additions and 1 deletions
|
@ -41,7 +41,10 @@ jobs:
|
|||
paths:
|
||||
- vendor
|
||||
|
||||
- run: php artisan key:generate && php artisan config:clear
|
||||
- run: cp .env.example .env
|
||||
- run: php artisan storage:link
|
||||
- run: php artisan key:generate
|
||||
- run: php artisan config:clear
|
||||
|
||||
# run tests with phpunit or codecept
|
||||
- run: ./vendor/bin/phpunit
|
||||
|
|
Loading…
Reference in a new issue