mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
tests
This commit is contained in:
parent
55ad3a05e4
commit
cb2f6e6a78
7
.github/workflows/integration-tests.yaml
vendored
7
.github/workflows/integration-tests.yaml
vendored
@ -36,7 +36,8 @@ jobs:
|
||||
|
||||
mysql:
|
||||
image: mysql
|
||||
command: --default-authentication-plugin=mysql_native_password
|
||||
options: >-
|
||||
--default-authentication-plugin=mysql_native_password
|
||||
ports:
|
||||
- 15001:3306
|
||||
env:
|
||||
@ -55,5 +56,5 @@ jobs:
|
||||
image: cockroachdb/cockroach
|
||||
ports:
|
||||
- 15003:26257
|
||||
command: start-single-node --insecure
|
||||
|
||||
options: >-
|
||||
start-single-node --insecure
|
||||
|
Loading…
Reference in New Issue
Block a user