Skip to content

Commit

Permalink
CI: Share MySQL service definition
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-ham committed Dec 10, 2019
1 parent 9a39462 commit 31968a6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .scrutinizer.yml
Expand Up @@ -27,10 +27,13 @@ tools:
build:
environment:
php: 7.3.0
services:
mysql: 5.7
nodes:
tests-and-coverage:
services:
mysql: 5.7
tests:
override:
- vendor/bin/codecept run
analysis:
tests:
override:
Expand All @@ -42,8 +45,5 @@ build:
- mysql -e "CREATE DATABASE scheduler_test;"
- php tests/_app/yii migrate/up --interactive=0 --migrationPath=src/migrations/
- vendor/bin/codecept build
tests:
override:
- vendor/bin/codecept run
checks:
php: true

0 comments on commit 31968a6

Please sign in to comment.