Remove HEADLESS code gating
This commit is contained in:
parent
d3f764ec33
commit
605607ece0
|
@ -37,5 +37,4 @@ jobs:
|
|||
ENCRYPTION_SECRET: ${{ secrets.ENCRYPTION_SECRET }}
|
||||
KEY_SECRET: ${{ secrets.KEY_SECRET }}
|
||||
SCHEME: ${{ matrix.scheme }}
|
||||
HEADLESS_TEST: YES
|
||||
run: buildscripts/ci-build.sh
|
||||
|
|
|
@ -6,8 +6,6 @@
|
|||
// Copyright © 2018 Ranchero Software. All rights reserved.
|
||||
//
|
||||
|
||||
#if !HEADLESS_TEST
|
||||
|
||||
import XCTest
|
||||
|
||||
class AppleScriptXCTestCase: XCTestCase {
|
||||
|
@ -67,5 +65,3 @@ class AppleScriptXCTestCase: XCTestCase {
|
|||
return usrfDictionary["script_result"]
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
@ -6,8 +6,6 @@
|
|||
// Copyright © 2018 Olof Hellman. All rights reserved.
|
||||
//
|
||||
|
||||
#if !HEADLESS_TEST
|
||||
|
||||
import XCTest
|
||||
|
||||
class ScriptingTests: AppleScriptXCTestCase {
|
||||
|
@ -101,5 +99,3 @@ class ScriptingTests: AppleScriptXCTestCase {
|
|||
doIndividualScriptWithExpectation(filename: "testURLsOfCurrentArticle")
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
HEADLESS_TEST = $(HEADLESS_TEST)
|
||||
CODE_SIGN_IDENTITY = -
|
||||
CODE_SIGN_STYLE = Automatic
|
||||
|
||||
|
|
Loading…
Reference in New Issue