Browse Source

always kill testmanagerd

pull/10571/head
Dan Walmsley 3 years ago
parent
commit
989e45428a
  1. 1
      azure-pipelines-integrationtests.yml

1
azure-pipelines-integrationtests.yml

@ -24,6 +24,7 @@ jobs:
fi
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
pkill node
pkill testmanagerd
appium > appium.out &
pkill IntegrationTestApp
./build.sh CompileNative

Loading…
Cancel
Save