Change current directory for tests
This commit is contained in:
parent
4513334d1b
commit
eb2283aa43
|
|
@ -35,4 +35,5 @@ build_steps:
|
||||||
cmd: |
|
cmd: |
|
||||||
export PATH=$PATH:$HOME/go/bin
|
export PATH=$PATH:$HOME/go/bin
|
||||||
export GOPATH=$HOME/go
|
export GOPATH=$HOME/go
|
||||||
|
cd $OPERATOR_TOP_DIR/postgres-operator
|
||||||
go test ./...
|
go test ./...
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue