From 18694e0a28192bfc076779a292499de407ae6885 Mon Sep 17 00:00:00 2001 From: Prem Palanisamy Date: Thu, 23 Apr 2026 07:10:23 +0100 Subject: [PATCH] TEMP: run Migrations across all adapters/modes on this branch --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce44c19931..cbc667c767 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -212,8 +212,11 @@ jobs: const allDatabases = ['MariaDB', 'PostgreSQL', 'MongoDB']; const allModes = ['dedicated', 'shared']; - const defaultDatabases = ['MongoDB']; - const defaultModes = ['dedicated']; + // TEMP: branch is testing utopia-php/migration re-migration tolerance + // across every adapter/mode. Revert to ['MongoDB']/['dedicated'] + // before merging to main. + const defaultDatabases = allDatabases; + const defaultModes = allModes; const pr = context.payload.pull_request; if (!pr) {