Change current directory for tests

This commit is contained in:
Dmitrii Dolgov 2018-02-14 13:51:55 +01:00
parent 4513334d1b
commit eb2283aa43
1 changed files with 1 additions and 0 deletions

View File

@ -35,4 +35,5 @@ build_steps:
cmd: |
export PATH=$PATH:$HOME/go/bin
export GOPATH=$HOME/go
cd $OPERATOR_TOP_DIR/postgres-operator
go test ./...