Skip to content
Snippets Groups Projects
Commit 557b8781 authored by Ted Bowman's avatar Ted Bowman
Browse files

Issue #3426229: Gitlab CI testing of core version of the module does not fail on deprecations

parent be6b10a7
No related branches found
No related tags found
1 merge request!1028Issue #3426229 test conversion with weak deprecations
Pipeline #124363 passed with warnings
......@@ -66,6 +66,8 @@ variables:
CI_DEBUG_SERVICES: "true"
_TARGET_DB_TYPE: "mariadb"
_TARGET_DB_VERSION: "10.6"
# Always show environment variables, to help in debugging CI problems.
_SHOW_ENVIRONMENT_VARIABLES: '1'
###################################################################################
......@@ -232,6 +234,7 @@ phpunit (next major):
- when: on_success
variables:
_PHPUNIT_EXTRA: '--types PHPUnit-$TEST_TYPE --module $MODULE'
SYMFONY_DEPRECATIONS_HELPER: 'ignoreFile=$CI_PROJECT_DIR/$_WEB_ROOT/core/.deprecation-ignore.txt'
# This is a really dirty hack to work around a possible bug in Drush when it runs against
# Drupal core 11.x-dev:
# https://git.drupalcode.org/project/automatic_updates/-/jobs/723857#L209
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment