Fix cockroach service

This commit is contained in:
Lunny Xiao 2024-12-26 15:56:24 -08:00
parent 4a62cd150a
commit e6a5da4269
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 1 additions and 1 deletions

View File

@ -28,5 +28,5 @@ jobs:
cockroach:
image: cockroachdb/cockroach:v24.2.7
cmd:
- 'start'
- 'start-single-node'
- '--insecure'