Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

Commit

Permalink
modify readme (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
aqan213 authored and qibobo committed Nov 15, 2019
1 parent b67c865 commit 1d06c24
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,16 +83,6 @@ rm $TMPDIR/consul-0.7.5.zip
### Unit tests

```shell
pushd api
npm install
npm test
popd

pushd servicebroker
npm install
npm test
popd

go install github.com/onsi/ginkgo/ginkgo
export DBURL=postgres://postgres@localhost/autoscaler?sslmode=disable
pushd src/autoscaler
Expand All @@ -107,14 +97,6 @@ popd
### Integration tests

```shell
pushd api
npm install
popd

pushd servicebroker
npm install
popd

pushd scheduler
mvn package -DskipTests
popd
Expand Down

0 comments on commit 1d06c24

Please sign in to comment.