fix gitlab-ci

This commit is contained in:
2023-02-17 22:05:21 +01:00
parent c0526533cc
commit 610f129cae
3 changed files with 4 additions and 5 deletions

View File

@@ -5,7 +5,6 @@ cache:
paths:
- tests/app/vendor/
- .cache
- .php_cs.cache
# Bring in any services we need http://docs.gitlab.com/ee/ci/docker/using_docker_images.html#what-is-a-service
# See http://docs.gitlab.com/ee/ci/services/README.html for examples.
@@ -61,7 +60,7 @@ code_style:
- bin/grumphp run --tasks=phpcsfixer
cache:
paths:
- .php_cs.cache
- .cache/
artifacts:
expire_in: 30 min
paths:
@@ -74,7 +73,8 @@ phpstan_tests:
script:
- bin/phpstan
cache:
- .cache/
paths:
- .cache/
artifacts:
expire_in: 30 min
paths: