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:
parent
8d6360c47a
commit
545ff4648f
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user