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