forked from deblan/database-anonymizer
tests: update mysql password in ci
This commit is contained in:
parent
11b676446d
commit
0a1e8ffda5
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ steps:
|
||||||
"Fill MySQL":
|
"Fill MySQL":
|
||||||
image: *mysql_image
|
image: *mysql_image
|
||||||
commands:
|
commands:
|
||||||
- mysql -hservice-mysql -uroot test < tests/mysql_data.sql
|
- mysql -hservice-mysql -uroot -proot test < tests/mysql_data.sql
|
||||||
|
|
||||||
"Run tests":
|
"Run tests":
|
||||||
image: *golang_image
|
image: *golang_image
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue