1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

persist worspace for other jobs

This commit is contained in:
orklah 2021-07-18 20:01:38 +02:00
parent 8d6360c47a
commit 545ff4648f

View File

@ -27,9 +27,15 @@ jobs:
- /home/docker/.composer/cache/files
- /home/docker/.composer/cache/vcs
- persist_to_workspace:
root: /home/docker/project/
paths:
- .
- run:
name: Code Style Analysis with PHPCS
command: vendor/bin/phpcs
phar-build:
executor: php-74
steps: