1
0
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:
Matt Brown 2021-02-22 09:18:11 -05:00
parent 6ba899e34e
commit 33c4c50652

View File

@ -45,22 +45,6 @@ jobs:
- run:
name: Code Style Analysis with 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:
executor: php-74
steps: