add e2e test to run in cdp

This commit is contained in:
inovindasari 2024-11-19 16:00:03 +01:00
parent b59494dd29
commit 766597980f
1 changed files with 3 additions and 1 deletions

View File

@ -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"}