ci: Update CI add Code Style stage.

This commit is contained in:
Pol Dellaiera 2021-11-23 14:10:12 +01:00
parent 8f96a1121d
commit 4bd2894c4f
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA

View File

@ -49,6 +49,17 @@ build:
- bin - bin
- tests/app/vendor/ - tests/app/vendor/
code_style:
stage: Tests
image: registry.gitlab.com/chill-projet/chill-app/php-base-image:7.4
script:
- bin/grumphp run --tasks=phpcsfixer
artifacts:
expire_in: 30 min
paths:
- bin
- tests/app/vendor/
sa_tests: sa_tests:
stage: Tests stage: Tests
image: registry.gitlab.com/chill-projet/chill-app/php-base-image:7.4 image: registry.gitlab.com/chill-projet/chill-app/php-base-image:7.4