Skip to content
Snippets Groups Projects
Commit bc6c3950 authored by Eirik Morland's avatar Eirik Morland
Browse files

Issue #3481250 by eiriksm: Use GitLab ci

parent fa6ccefd
No related branches found
No related tags found
1 merge request!12Resolve #3481250 "Use gitlab ci"
Pipeline #311825 failed
include:
- project: $_GITLAB_TEMPLATES_REPO
ref: $_GITLAB_TEMPLATES_REF
file:
- "/includes/include.drupalci.main.yml"
- "/includes/include.drupalci.variables.yml"
- "/includes/include.drupalci.workflows.yml"
variables:
SKIP_ESLINT: '1'
_CURL_TEMPLATES_REF: 'main'
OPT_IN_TEST_PREVIOUS_MINOR: '1'
OPT_IN_TEST_NEXT_MINOR: '1'
OPT_IN_TEST_MAX_PHP: '1'
OPT_IN_TEST_NEXT_MAJOR: '1'
RUN_JOB_UPGRADE_STATUS: '1'
phpunit:
variables:
SYMFONY_DEPRECATIONS_HELPER: "ignoreFile=$CI_PROJECT_DIR/$_WEB_ROOT/core/.deprecation-ignore.txt"
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<listeners>
<listener class="\Drupal\Tests\Listeners\DrupalListener">
</listener>
</listeners>
</phpunit>
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