From 5649fd4a6ccf4244338de725119d8166fdb1496e Mon Sep 17 00:00:00 2001 From: actions-bot Date: Thu, 21 Dec 2023 12:46:39 +0000 Subject: [PATCH] Update configuration --- composer.lock | 24 ++++++++++++------------ docker-compose.yml | 1 + 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/composer.lock b/composer.lock index 2fa41dca..53d0a53c 100644 --- a/composer.lock +++ b/composer.lock @@ -3747,16 +3747,16 @@ }, { "name": "drupal/hdbt", - "version": "6.2.3", + "version": "6.2.5", "source": { "type": "git", "url": "https://github.com/City-of-Helsinki/drupal-hdbt.git", - "reference": "42da48940898bba23b0099d48ecc312b7af753b3" + "reference": "835b1b027ca543aad72d7417541e49fb5a71cff1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/City-of-Helsinki/drupal-hdbt/zipball/42da48940898bba23b0099d48ecc312b7af753b3", - "reference": "42da48940898bba23b0099d48ecc312b7af753b3", + "url": "https://api.github.com/repos/City-of-Helsinki/drupal-hdbt/zipball/835b1b027ca543aad72d7417541e49fb5a71cff1", + "reference": "835b1b027ca543aad72d7417541e49fb5a71cff1", "shasum": "" }, "require": { @@ -3774,10 +3774,10 @@ "Drupal" ], "support": { - "source": "https://github.com/City-of-Helsinki/drupal-hdbt/tree/6.2.3", + "source": "https://github.com/City-of-Helsinki/drupal-hdbt/tree/6.2.5", "issues": "https://github.com/City-of-Helsinki/drupal-hdbt/issues" }, - "time": "2023-12-21T06:46:53+00:00" + "time": "2023-12-21T12:33:14+00:00" }, { "name": "drupal/hdbt_admin", @@ -4264,16 +4264,16 @@ }, { "name": "drupal/helfi_tunnistamo", - "version": "3.0.1", + "version": "3.0.2", "source": { "type": "git", "url": "https://github.com/City-of-Helsinki/drupal-module-helfi-tunnistamo.git", - "reference": "a866ceb3c42f72bef8c2ae9878b24490f257607c" + "reference": "9e53539beaf01023ee23783560fb5b4c2f958ba5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/City-of-Helsinki/drupal-module-helfi-tunnistamo/zipball/a866ceb3c42f72bef8c2ae9878b24490f257607c", - "reference": "a866ceb3c42f72bef8c2ae9878b24490f257607c", + "url": "https://api.github.com/repos/City-of-Helsinki/drupal-module-helfi-tunnistamo/zipball/9e53539beaf01023ee23783560fb5b4c2f958ba5", + "reference": "9e53539beaf01023ee23783560fb5b4c2f958ba5", "shasum": "" }, "require": { @@ -4290,10 +4290,10 @@ ], "description": "Tunnistamo integration", "support": { - "source": "https://github.com/City-of-Helsinki/drupal-module-helfi-tunnistamo/tree/3.0.1", + "source": "https://github.com/City-of-Helsinki/drupal-module-helfi-tunnistamo/tree/3.0.2", "issues": "https://github.com/City-of-Helsinki/drupal-module-helfi-tunnistamo/issues" }, - "time": "2023-12-20T09:14:52+00:00" + "time": "2023-12-21T07:28:26+00:00" }, { "name": "drupal/image_style_quality", diff --git a/docker-compose.yml b/docker-compose.yml index 941446d7..9318a816 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -29,6 +29,7 @@ services: SIMPLETEST_BASE_URL: "http://app:8888" SIMPLETEST_DB: "mysql://drupal:drupal@db:3306/drupal" BROWSERTEST_OUTPUT_BASE_URL: "https://${DRUPAL_HOSTNAME}" + BROWSERTEST_OUTPUT_DIRECTORY: "/app/public/sites/default/files/simpletest" DRUPAL_VARNISH_HOST: "${COMPOSE_PROJECT_NAME}-varnish" DRUPAL_VARNISH_PORT: 6081 REDIS_HOST: redis