fix incorrect database parameters

This commit is contained in:
Brad Rydzewski 2019-04-22 16:14:57 -07:00
parent 2a512d1448
commit 9b285bde6f

View file

@ -123,7 +123,7 @@ tasks:
--name mysql
--detach
--rm
mysql:8
mysql:5.7
--character-set-server=utf8mb4
--collation-server=utf8mb4_unicode_ci
- cmd: go test -count=1 github.com/drone/drone/store/...