Skip to content

Commit

Permalink
exclude kie test (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
tianxiaoliang authored May 30, 2020
1 parent b51f6db commit 4b83c04
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions scripts/ci/unit_test.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
#!/bin/sh
set -xe

mkdir -p $GOPATH/src/github.com/apache
cd $GOPATH/src/github.com/apache
git clone https://github.com/apache/servicecomb-kie.git
cd $GOPATH/src/github.com/apache/servicecomb-kie/build
bash build_docker.sh
sudo docker-compose -f $GOPATH/src/github.com/apache/servicecomb-kie/deployments/docker/docker-compose.yaml down
sudo docker-compose -f $GOPATH/src/github.com/apache/servicecomb-kie/deployments/docker/docker-compose.yaml up -d

cd $GOPATH/src/github.com/go-chassis/go-archaius
go test ./... -v -covermode=count -coverprofile=coverage.out
$HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci
go test $(go list ./... | grep -v /pkg/kieclient | grep -v /source/remote/kie) -cover

0 comments on commit 4b83c04

Please sign in to comment.