mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Remove tests from CircleCI run
This commit is contained in:
parent
6ba899e34e
commit
33c4c50652
@ -45,22 +45,6 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Code Style Analysis with PHPCS
|
name: Code Style Analysis with PHPCS
|
||||||
command: vendor/bin/phpcs
|
command: vendor/bin/phpcs
|
||||||
test:
|
|
||||||
executor: php-74
|
|
||||||
steps:
|
|
||||||
- attach_workspace:
|
|
||||||
at: /home/docker/project/
|
|
||||||
- run:
|
|
||||||
name: PHPUnit test
|
|
||||||
command: php vendor/bin/paratest --runner=WrapperRunner --log-junit build/phpunit/phpunit.xml
|
|
||||||
- store_test_results:
|
|
||||||
path: build/
|
|
||||||
- store_artifacts:
|
|
||||||
path: build/phpunit
|
|
||||||
- persist_to_workspace:
|
|
||||||
root: /home/docker/project/
|
|
||||||
paths:
|
|
||||||
- .
|
|
||||||
phar-build:
|
phar-build:
|
||||||
executor: php-74
|
executor: php-74
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user