Skip to content
Snippets Groups Projects

Task #3405392: Opt-in to all extended testing within the shared gitlab-ci templates

Closed Task #3405392: Opt-in to all extended testing within the shared gitlab-ci templates
Closed Derek Wright requested to merge issue/pathologic-3405392:3405392-setup-gitlab-ci into 2.0.x
1 file
+ 13
2
Compare changes
  • Side-by-side
  • Inline
+ 13
2
@@ -20,5 +20,16 @@ include:
#
# Docs at https://git.drupalcode.org/project/gitlab_templates/-/blob/1.0.x/includes/include.drupalci.variables.yml
################
# variables:
# SKIP_ESLINT: '1'
variables:
OPT_IN_TEST_PREVIOUS_MINOR:
value: '1'
OPT_IN_TEST_NEXT_MINOR:
value: '1'
OPT_IN_TEST_PREVIOUS_MAJOR:
value: '1'
OPT_IN_TEST_MAX_PHP:
value: '1'
Loading