From 9d20e242266c43bcdcbf2dc6ec0c93840482975f Mon Sep 17 00:00:00 2001 From: Olivier 'reivilibre Date: Mon, 27 Apr 2026 18:28:29 +0100 Subject: [PATCH] fixup! Run Complement tests with MAS in GitHub Actions --- .github/workflows/complement_tests.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/complement_tests.yml b/.github/workflows/complement_tests.yml index 31b65611d8..0b10900612 100644 --- a/.github/workflows/complement_tests.yml +++ b/.github/workflows/complement_tests.yml @@ -30,12 +30,11 @@ jobs: include: - arrangement: monolith database: SQLite + # No MAS - for now - arrangement: monolith database: Postgres - - - arrangement: workers - database: Postgres + mas: true - arrangement: workers database: Postgres