Fix test-cockroach workflow (#2269)
The image has already specified the entrypoint so we don't need to call `/cockroach/cockroach` in `cmd`.  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:
parent
04d36cfa81
commit
57f7d69f1b
|
@ -51,6 +51,5 @@ jobs:
|
|||
ports:
|
||||
- 26257:26257
|
||||
cmd:
|
||||
- '/cockroach/cockroach'
|
||||
- 'start'
|
||||
- '--insecure'
|
||||
- '--insecure'
|
||||
|
|
Loading…
Reference in New Issue