From 0f1c4fdc5ab21e4470e0e8c85edda5e9ed0cbccf Mon Sep 17 00:00:00 2001 From: Sai Krishna Date: Thu, 18 Jan 2024 09:58:06 +0800 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c65315f2d..e04624748 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -202,6 +202,6 @@ jobs: npm ci export CLOUD_USERNAME=$LT_USERNAME export CLOUD_KEY=$LT_PASSWORD - + export LT_CLOUD_APP=$LT_CLOUD_APP npm run test-parallel-lt displayName: 'E2E Test' \ No newline at end of file