diff --git a/delivery.yaml b/delivery.yaml index 7eacd769b..3320a9c29 100644 --- a/delivery.yaml +++ b/delivery.yaml @@ -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"}