diff --git a/script/vsts/macos.yml b/script/vsts/macos.yml index 82fa9f014..3e7273e44 100644 --- a/script/vsts/macos.yml +++ b/script/vsts/macos.yml @@ -27,13 +27,11 @@ phases: displayName: Run linter - script: | - # Set up a temporary keychain to enable GitHub package tests - security create-keychain -p "" temporary - security default-keychain -s temporary osascript -e 'tell application "System Events" to keystroke "x"' # clear screen saver caffeinate -s script/test # Run with caffeinate to prevent screen saver env: CI: true + CI_PROVIDER: VSTS displayName: Run tests # This step is necessary in the short term due to a bug in the *NIX