From 22fa3a7d46f23b17667cbf891ae38572c1df0672 Mon Sep 17 00:00:00 2001 From: tuutti Date: Tue, 20 Jan 2026 08:28:43 +0200 Subject: [PATCH] UHF-12763: Install using minimal profile --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 247fa23b..be9cb6e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: - name: Install Drupal run: | - php -d sendmail_path=$(which true); vendor/bin/drush --yes -v site-install --db-url="$SIMPLETEST_DB" + php -d sendmail_path=$(which true); vendor/bin/drush --yes -v site-install --db-url="$SIMPLETEST_DB" minimal vendor/bin/drush en helfi_platform_config - name: Make sure Drupal is installed properly