mirror of
https://github.com/danog/psalm.git
synced 2024-12-02 09:37:59 +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/files
|
||||||
- /home/docker/.composer/cache/vcs
|
- /home/docker/.composer/cache/vcs
|
||||||
|
|
||||||
|
- persist_to_workspace:
|
||||||
|
root: /home/docker/project/
|
||||||
|
paths:
|
||||||
|
- .
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Code Style Analysis with PHPCS
|
name: Code Style Analysis with PHPCS
|
||||||
command: vendor/bin/phpcs
|
command: vendor/bin/phpcs
|
||||||
|
|
||||||
phar-build:
|
phar-build:
|
||||||
executor: php-74
|
executor: php-74
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user