From c833da808eb3c11462cfbe705f9fdd184ebaba49 Mon Sep 17 00:00:00 2001 From: Fran Garcia-Linares <14157-fjgarlin@users.noreply.drupalcode.org> Date: Thu, 14 Nov 2024 08:36:26 +0000 Subject: [PATCH] Issue #3486466 by jonathan1055, fjgarlin, cmlara: Adjust Core phpunit.xml to make it work for Contrib --- includes/include.drupalci.main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/include.drupalci.main.yml b/includes/include.drupalci.main.yml index 010fa9a4..c828efea 100644 --- a/includes/include.drupalci.main.yml +++ b/includes/include.drupalci.main.yml @@ -1046,6 +1046,7 @@ nightwatch (next major): SYMFONY_DEPRECATIONS_HELPER: 'disabled' script: - *check-composer-end-code + - *calculate-gitlab-ref - *show-environment-variables - *setup-webserver - *simpletest-db -- GitLab