mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Remove PHPUnit end-to-end test for now
This commit is contained in:
parent
25fbd5ddf7
commit
d57e4dc01c
@ -89,17 +89,6 @@ jobs:
|
|||||||
root: /home/docker/project/
|
root: /home/docker/project/
|
||||||
paths:
|
paths:
|
||||||
- build/psalm.phar
|
- 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/
|
# Orchestrate or schedule a set of jobs, see https://circleci.com/docs/2.0/workflows/
|
||||||
workflows:
|
workflows:
|
||||||
|
Loading…
Reference in New Issue
Block a user