From 8ed03463a46cea374ea9fe4d797485b164d28095 Mon Sep 17 00:00:00 2001 From: Nilekh Chaudhari <1626598+nilekhc@users.noreply.github.com> Date: Mon, 15 May 2023 21:36:24 +0000 Subject: [PATCH] test ci Signed-off-by: Nilekh Chaudhari <1626598+nilekhc@users.noreply.github.com> --- .pipelines/pr.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.pipelines/pr.yml b/.pipelines/pr.yml index 8884d102..9b1ebe93 100644 --- a/.pipelines/pr.yml +++ b/.pipelines/pr.yml @@ -17,4 +17,8 @@ pool: staging-pool-amd64-mariner-2 jobs: - template: templates/unit-tests-template.yml + name: Unit Tests - template: templates/e2e-kind-template.yml + name: E2E Tests + dependsOn: Unit Tests + condition: succeeded()