Skip to content
Snippets Groups Projects
Commit b34b80b6 authored by xiaohua guan's avatar xiaohua guan Committed by Yas Naoi
Browse files

Issue #3403901 by Xiaohua Guan, yas: Update .gilab-ci.yml to report failure(s)...

Issue #3403901 by Xiaohua Guan, yas: Update .gilab-ci.yml to report failure(s) in the validate stage of the GitLab CI pipeline
parent 0c1d973d
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,21 @@ include:
# SKIP_ESLINT: '1'
################
# Make jobs of validate stage not allow failure.
################
composer-lint:
allow_failure: false
phpcs:
allow_failure: false
phpstan:
allow_failure: false
stylelint:
allow_failure: false
eslint:
allow_failure: false
###################################################################################
#
# *
......
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