mirror of
https://github.com/cydrobolt/polr.git
synced 2024-11-09 11:42:28 +01:00
Install dependencies thorugh composer on CI
This commit is contained in:
parent
3182a52c95
commit
69a79613cd
@ -5,6 +5,7 @@ php:
|
|||||||
services:
|
services:
|
||||||
- mysql
|
- mysql
|
||||||
before_script:
|
before_script:
|
||||||
|
- composer install
|
||||||
- mv tests/test_env .env
|
- mv tests/test_env .env
|
||||||
- mysql -e 'CREATE DATABASE polrci;'
|
- mysql -e 'CREATE DATABASE polrci;'
|
||||||
- php artisan migrate --force
|
- php artisan migrate --force
|
||||||
|
Loading…
Reference in New Issue
Block a user