From fb7998bf9d869ec16aff88a79e86101ce2cf8443 Mon Sep 17 00:00:00 2001 From: Dan Walmsley Date: Mon, 4 Jul 2022 18:26:34 +0100 Subject: [PATCH] Update azure-pipelines-integrationtests.yml for Azure Pipelines --- azure-pipelines-integrationtests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-pipelines-integrationtests.yml b/azure-pipelines-integrationtests.yml index f5938c85a3..476db51800 100644 --- a/azure-pipelines-integrationtests.yml +++ b/azure-pipelines-integrationtests.yml @@ -15,4 +15,7 @@ steps: - script: appium & displayName: 'start appium' + +- script: ./tests/Avalonia.IntegrationTests.Appium/macos-clean-build-test.sh + displayName: 'run integration tests'