mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-24 01:25:59 +00:00
run oracle tests on CI
This commit is contained in:
5
.github/workflows/run-tests.yaml
vendored
5
.github/workflows/run-tests.yaml
vendored
@@ -84,5 +84,10 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
CLICKHOUSE_ADMIN_PASSWORD: Pwd2020Db
|
CLICKHOUSE_ADMIN_PASSWORD: Pwd2020Db
|
||||||
|
|
||||||
|
oracle:
|
||||||
|
image: container-registry.oracle.com/database/express:21.3.0-xe
|
||||||
|
env:
|
||||||
|
ORACLE_PWD: Pwd2020Db
|
||||||
|
|
||||||
# cockroachdb:
|
# cockroachdb:
|
||||||
# image: cockroachdb/cockroach
|
# image: cockroachdb/cockroach
|
||||||
|
|||||||
@@ -414,7 +414,7 @@ end;$$`,
|
|||||||
server: 'localhost',
|
server: 'localhost',
|
||||||
port: 15006,
|
port: 15006,
|
||||||
},
|
},
|
||||||
skipOnCI: true,
|
skipOnCI: false,
|
||||||
dbSnapshotBySeconds: true,
|
dbSnapshotBySeconds: true,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user