Skip to content
Snippets Groups Projects
Commit c3fb51e4 authored by Alberto Paderno's avatar Alberto Paderno
Browse files

Issue #3427356: Set SKIP_PHPUNIT for the GitLab CI

parent 3039fe66
No related branches found
No related tags found
1 merge request!6Issue #3427356: Set SKIP_PHPUNIT for the GitLab CI
Pipeline #117597 passed
......@@ -41,8 +41,6 @@ include:
ref: $_GITLAB_TEMPLATES_REF
file:
- '/includes/include.drupalci.main.yml'
# EXPERIMENTAL: For Drupal 7, remove the above line and uncomment the below.
# - '/includes/include.drupalci.main-d7.yml'
- '/includes/include.drupalci.variables.yml'
- '/includes/include.drupalci.workflows.yml'
......@@ -53,8 +51,8 @@ include:
#
# Docs at https://git.drupalcode.org/project/gitlab_templates/-/blob/1.0.x/includes/include.drupalci.variables.yml
################
# variables:
# SKIP_ESLINT: '1'
variables:
SKIP_PHPUNIT: '1'
###################################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment