mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 00:56:02 +00:00
try to uncomment mysql tests
This commit is contained in:
9
.github/workflows/integration-tests.yaml
vendored
9
.github/workflows/integration-tests.yaml
vendored
@@ -23,6 +23,7 @@ jobs:
|
||||
- name: Run tests
|
||||
run: |
|
||||
cd integration-tests
|
||||
yarn wait:ci
|
||||
yarn test:ci
|
||||
|
||||
services:
|
||||
@@ -36,10 +37,10 @@ jobs:
|
||||
--health-timeout 5s
|
||||
--health-retries 5
|
||||
|
||||
# mysql:
|
||||
# image: mysql
|
||||
# env:
|
||||
# MYSQL_ROOT_PASSWORD: Pwd2020Db
|
||||
mysql:
|
||||
image: mysql
|
||||
env:
|
||||
MYSQL_ROOT_PASSWORD: Pwd2020Db
|
||||
|
||||
mssql:
|
||||
image: mcr.microsoft.com/mssql/server
|
||||
|
||||
Reference in New Issue
Block a user