mirror of
https://github.com/cydrobolt/polr.git
synced 2025-06-20 19:00:53 +02:00
Install dependencies thorugh composer on CI
This commit is contained in:
@ -5,6 +5,7 @@ php:
|
||||
services:
|
||||
- mysql
|
||||
before_script:
|
||||
- composer install
|
||||
- mv tests/test_env .env
|
||||
- mysql -e 'CREATE DATABASE polrci;'
|
||||
- php artisan migrate --force
|
||||
|
Reference in New Issue
Block a user