run oracle tests on CI

This commit is contained in:
Jan Prochazka
2024-12-10 16:05:46 +01:00
parent a810dc4204
commit bf04721e36
2 changed files with 6 additions and 1 deletions

View File

@@ -84,5 +84,10 @@ jobs:
env:
CLICKHOUSE_ADMIN_PASSWORD: Pwd2020Db
oracle:
image: container-registry.oracle.com/database/express:21.3.0-xe
env:
ORACLE_PWD: Pwd2020Db
# cockroachdb:
# image: cockroachdb/cockroach

View File

@@ -414,7 +414,7 @@ end;$$`,
server: 'localhost',
port: 15006,
},
skipOnCI: true,
skipOnCI: false,
dbSnapshotBySeconds: true,
},
];