Update circleci config.
This commit is contained in:
parent
7930fb23ba
commit
f9b900b303
1 changed files with 6 additions and 4 deletions
|
|
@ -17,10 +17,10 @@ jobs:
|
||||||
- image: circleci/php:7.1-apache-node-browsers # The primary container where steps are run
|
- image: circleci/php:7.1-apache-node-browsers # The primary container where steps are run
|
||||||
- image: circleci/mysql:8.0.4
|
- image: circleci/mysql:8.0.4
|
||||||
environment:
|
environment:
|
||||||
MYSQL_ROOT_PASSWORD: rootpw
|
MYSQL_ROOT_PASSWORD: jet
|
||||||
MYSQL_DATABASE: test_db
|
MYSQL_DATABASE: dvds
|
||||||
MYSQL_USER: user
|
MYSQL_USER: jet
|
||||||
MYSQL_PASSWORD: passw0rd
|
MYSQL_PASSWORD: jet
|
||||||
|
|
||||||
working_directory: /go/src/github.com/go-jet/jet
|
working_directory: /go/src/github.com/go-jet/jet
|
||||||
|
|
||||||
|
|
@ -71,6 +71,8 @@ jobs:
|
||||||
command: |
|
command: |
|
||||||
sudo apt-get install default-mysql-client
|
sudo apt-get install default-mysql-client
|
||||||
|
|
||||||
|
- run: cat /var/run/mysqld/mysqld.sock
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Init Postgres and MySQL database
|
name: Init Postgres and MySQL database
|
||||||
command: |
|
command: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue