Fix cockroach

This commit is contained in:
Lunny Xiao 2023-05-25 14:20:27 +08:00
parent 568f3cfc4e
commit 01b0250b2a
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 1 additions and 3 deletions

View File

@ -49,6 +49,4 @@ jobs:
cockroach: cockroach:
image: cockroachdb/cockroach:v19.2.4 image: cockroachdb/cockroach:v19.2.4
cmd: cmd:
- /cockroach/cockroach start --insecure - /cockroach/cockroach start --insecure
ports:
- 3306:3306