don't call make test from delivery.yaml
This commit is contained in:
parent
13b2cb944a
commit
92deeb4180
|
|
@ -32,7 +32,7 @@ pipeline:
|
||||||
- desc: 'Run unit tests'
|
- desc: 'Run unit tests'
|
||||||
cmd: |
|
cmd: |
|
||||||
export PATH=$PATH:$HOME/go/bin
|
export PATH=$PATH:$HOME/go/bin
|
||||||
make test
|
go test ./...
|
||||||
- desc: 'Run e2e tests'
|
- desc: 'Run e2e tests'
|
||||||
cmd: |
|
cmd: |
|
||||||
make e2e
|
make e2e
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue