Commit ecd9ded2 authored by Hendrik Heneke's avatar Hendrik Heneke
Browse files

Cache vendor directory and install dependencies also when building phar.

parent 579a25e7
Pipeline #372 passed with stage
in 42 seconds
image: composer:2
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- vendor/
before_script:
- composer install
test:
script:
- composer install --ignore-platform-reqs
- composer run php-cs:check
# - vendor/bin/phpunit
build:
script:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment