fix incorrect database parameters
This commit is contained in:
parent
2a512d1448
commit
9b285bde6f
1 changed files with 1 additions and 1 deletions
|
@ -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/...
|
||||
|
|
Loading…
Reference in a new issue