add e2e test to run in cdp
This commit is contained in:
parent
b59494dd29
commit
766597980f
|
|
@ -14,7 +14,9 @@ pipeline:
|
|||
- desc: Run unit tests
|
||||
cmd: |
|
||||
make deps mocks test
|
||||
|
||||
- desc: 'Run e2e tests'
|
||||
cmd: |
|
||||
make e2e
|
||||
- desc: Build Docker image
|
||||
cmd: |
|
||||
IS_PR_BUILD=${CDP_PULL_REQUEST_NUMBER+"true"}
|
||||
|
|
|
|||
Loading…
Reference in New Issue