mirror of
https://github.com/atom/atom.git
synced 2026-01-26 07:19:06 -05:00
Revert "Try possible fix for broken GitHub package tests"
This reverts commit 3046f689be.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user