From 121a6e31b129dfbd00bbec4bcca7ab5555622665 Mon Sep 17 00:00:00 2001 From: Dan Walmsley Date: Thu, 14 Jul 2022 20:29:06 +0100 Subject: [PATCH] print mac os display res. --- azure-pipelines-integrationtests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines-integrationtests.yml b/azure-pipelines-integrationtests.yml index 7954b970de..10f098b607 100644 --- a/azure-pipelines-integrationtests.yml +++ b/azure-pipelines-integrationtests.yml @@ -12,6 +12,8 @@ jobs: name: 'AvaloniaMacPool' steps: + - script: system_profiler SPDisplaysDataType |grep Resolution + - script: | pkill node appium &