Fix test-cockroach workflow (#2269)

The image has already specified the entrypoint so we don't need to call `/cockroach/cockroach` in `cmd`.
![image](/attachments/669496c1-5673-4609-abc7-f42846e4d479)

Reviewed-on: https://gitea.com/xorm/xorm/pulls/2269
Co-authored-by: Zettat123 <zettat123@gmail.com>
Co-committed-by: Zettat123 <zettat123@gmail.com>
This commit is contained in:
Zettat123 2023-05-29 13:01:43 +00:00 committed by Lunny Xiao
parent 04d36cfa81
commit 57f7d69f1b
1 changed files with 1 additions and 2 deletions

View File

@ -51,6 +51,5 @@ jobs:
ports:
- 26257:26257
cmd:
- '/cockroach/cockroach'
- 'start'
- '--insecure'