Problem/Motivation
The CI pipeline currently isn't green. I think it would be great, if that could be accomplished.
Furthermore we might set
phpcs:
allow_failure: false
phpstan:
allow_failure: false
cspell:
allow_failure: false
...
etc. in gitlab-ci.yml where it makes sense, to that it's never allowed to make things worse again?
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork canvas_builder-3614970
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
anybodyComment #5
yusuf_khan commentedComment #6
anybodyThanks @yusuf_khan cspell, phpstan and stylelint are still a bit unhappy, see https://git.drupalcode.org/project/canvas_builder/-/merge_requests/4/rep...
Great work already! :)
Comment #7
aaronchristian commentedThanks for all your work everyone, i merged it and fixed the rest of the pipelines. Should be working well now.
I'm going to do some work on the tests and try to cut down the time it takes to run them. Appreciate the support.
Comment #8
aaronchristian commentedComment #9
aaronchristian commentedComment #11
aaronchristian commented