1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Remove PHPUnit end-to-end test for now

This commit is contained in:
Matthew Brown 2019-08-26 00:44:00 -04:00
parent 25fbd5ddf7
commit d57e4dc01c

View File

@ -89,17 +89,6 @@ jobs:
root: /home/docker/project/
paths:
- build/psalm.phar
test-with-real-projects:
executor: php-72
steps:
- checkout # used here just for the side effect of loading the github public ssh key so we can clone other stuff
- attach_workspace:
at: /home/docker/project/
- run:
name: Analyse PHPUnit
command: bin/test-with-real-projects.sh
- store_artifacts:
path: build/psalm.phar
# Orchestrate or schedule a set of jobs, see https://circleci.com/docs/2.0/workflows/
workflows: