diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index b8ceda796..3c614e8f0 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -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 diff --git a/integration-tests/engines.js b/integration-tests/engines.js index b1174f11e..d0f860f17 100644 --- a/integration-tests/engines.js +++ b/integration-tests/engines.js @@ -414,7 +414,7 @@ end;$$`, server: 'localhost', port: 15006, }, - skipOnCI: true, + skipOnCI: false, dbSnapshotBySeconds: true, }, ];