From 0f40cedfb9f5fbaad51af2f22f5d9cb797cd4281 Mon Sep 17 00:00:00 2001 From: Dan Walmsley Date: Mon, 4 Jul 2022 18:06:44 +0100 Subject: [PATCH] Update azure-pipelines-integrationtests.yml for Azure Pipelines --- azure-pipelines-integrationtests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines-integrationtests.yml b/azure-pipelines-integrationtests.yml index d6a6580981..f5938c85a3 100644 --- a/azure-pipelines-integrationtests.yml +++ b/azure-pipelines-integrationtests.yml @@ -13,6 +13,6 @@ steps: - script: npm install -g appium displayName: 'install appium' -- script: appium +- script: appium & displayName: 'start appium'