mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-15 05:41:51 +08:00
Travis MySQL service attempt
This commit is contained in:
parent
131585179d
commit
a323877979
@ -15,6 +15,8 @@ jobs:
|
||||
include:
|
||||
- stage: "Tests"
|
||||
name: "Unit tests"
|
||||
services:
|
||||
- mysql
|
||||
before_script: bash scripts/prepareTestEnv.sh
|
||||
script: bash scripts/runTests.sh
|
||||
- stage: "System Tests"
|
||||
|
@ -8,3 +8,5 @@ sudo ln -s /usr/local/share/chromedriver /usr/local/bin/chromedriver
|
||||
|
||||
whereis google-chrome-stable
|
||||
whereis chromedriver
|
||||
|
||||
mysql -e 'CREATE DATABASE Plan;'
|
||||
|
Loading…
Reference in New Issue
Block a user