docker with php74 and mysql 8 was added
This commit is contained in:
committed by
Mauricio Veliz
parent
266843e53d
commit
01f457bf22
@@ -21,8 +21,8 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Wait for DB
|
name: Wait for DB
|
||||||
command: dockerize -wait tcp://127.0.0.1:3306 -timeout 3m
|
command: dockerize -wait tcp://127.0.0.1:3306 -timeout 3m
|
||||||
- run: mysql -u root -ppassword -e "create database test;"
|
- run: mysql -u root -ppassword -h 127.0.0.1 -e "create database test;"
|
||||||
- run: mysql -u root -ppassword -e "create database testexternal;"
|
- run: mysql -u root -ppassword -h 127.0.0.1 -e "create database testexternal;"
|
||||||
- run: composer install
|
- run: composer install
|
||||||
- run:
|
- run:
|
||||||
name: Run Test Units
|
name: Run Test Units
|
||||||
|
|||||||
Reference in New Issue
Block a user