mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-25 00:36:00 +00:00
tests
This commit is contained in:
7
.github/workflows/integration-tests.yaml
vendored
7
.github/workflows/integration-tests.yaml
vendored
@@ -36,7 +36,8 @@ jobs:
|
|||||||
|
|
||||||
mysql:
|
mysql:
|
||||||
image: mysql
|
image: mysql
|
||||||
command: --default-authentication-plugin=mysql_native_password
|
options: >-
|
||||||
|
--default-authentication-plugin=mysql_native_password
|
||||||
ports:
|
ports:
|
||||||
- 15001:3306
|
- 15001:3306
|
||||||
env:
|
env:
|
||||||
@@ -55,5 +56,5 @@ jobs:
|
|||||||
image: cockroachdb/cockroach
|
image: cockroachdb/cockroach
|
||||||
ports:
|
ports:
|
||||||
- 15003:26257
|
- 15003:26257
|
||||||
command: start-single-node --insecure
|
options: >-
|
||||||
|
start-single-node --insecure
|
||||||
|
|||||||
Reference in New Issue
Block a user