Skip to content
Snippets Groups Projects
Verified Commit caadf2ff authored by kksandr's avatar kksandr
Browse files

Update Gitlab CI config

parent 850a8b53
No related branches found
No related tags found
No related merge requests found
Pipeline #536117 passed
......@@ -14,6 +14,7 @@ include:
variables:
_SHOW_ENVIRONMENT_VARIABLES: 1
_ALL_VALIDATE_ALLOW_FAILURE: 0
################
# Opt in variables
################
......@@ -23,43 +24,6 @@ variables:
OPT_IN_TEST_NEXT_MAJOR: 1
OPT_IN_TEST_MAX_PHP: 1
phpcs:
allow_failure: false
artifacts:
expire_in: 1 week
phpstan:
allow_failure: false
eslint:
allow_failure: false
artifacts:
expire_in: 1 week
stylelint:
allow_failure: false
artifacts:
expire_in: 1 week
nightwatch:
allow_failure: false
artifacts:
expire_in: 1 week
cspell:
allow_failure: false
variables:
_CSPELL_WORDS: '"Ksandr","kksandr"'
artifacts:
expire_in: 1 week
# Prevents the repository from overflowing with artifacts.
.composer-base:
artifacts:
expire_in: 1 week
.phpstan-base:
artifacts:
expire_in: 1 week
.phpunit-base:
artifacts:
expire_in: 1 week
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment