From 18490d883d0498220040a686ed06b9010855e11a Mon Sep 17 00:00:00 2001 From: Shubham Sharma Date: Thu, 17 Nov 2022 23:14:59 +0530 Subject: [PATCH] Add Dapr to pipeline Signed-off-by: Shubham Sharma --- testing/pipeline/k8s-custom-pipelines.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/testing/pipeline/k8s-custom-pipelines.yml b/testing/pipeline/k8s-custom-pipelines.yml index c9673e2af66..5e7510c69f8 100644 --- a/testing/pipeline/k8s-custom-pipelines.yml +++ b/testing/pipeline/k8s-custom-pipelines.yml @@ -41,6 +41,10 @@ stages: parameters: jobName: Cassandra path: ./test/extensions/public/Cassandra.Tests.ps1 + - template: ./templates/run-test.yml + parameters: + jobName: Dapr + path: ./test/extensions/public/Dapr.Tests.ps1 - template: ./templates/run-test.yml parameters: jobName: ExtensionTypes