Skip to content
Snippets Groups Projects
Commit 6fa7352b authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

make phpstan mandatory for the ci pipeline, fixes #4687

Closes #4687

Merge request studip/studip!3487
parent 084810c3
No related branches found
No related tags found
No related merge requests found
...@@ -211,9 +211,7 @@ phpstan: ...@@ -211,9 +211,7 @@ phpstan:
variables: variables:
CACHE_LOCATION: $CACHE_DIR/phpstan CACHE_LOCATION: $CACHE_DIR/phpstan
PHPSTAN_CODE_QUALITY_REPORT: $REPORT_DIR/phpstan-codequality.json PHPSTAN_CODE_QUALITY_REPORT: $REPORT_DIR/phpstan-codequality.json
allow_failure: true
interruptible: true interruptible: true
when: manual
cache: cache:
- *composer-cache - *composer-cache
- key: "$CO_JOB_NAME_SLUG:$CI_COMMIT_REF_SLUG" - key: "$CO_JOB_NAME_SLUG:$CI_COMMIT_REF_SLUG"
......
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