File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Tests/SwiftSDKGeneratorTests Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 9
9
name : Test
10
10
uses : swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
11
11
with :
12
- linux_pre_build_command : apt-get update && apt-get install -y locales locales-all libsqlite3-dev
12
+ linux_pre_build_command : apt-get update && apt-get install -y locales locales-all libsqlite3-dev docker
13
13
enable_windows_checks : false
14
14
soundness :
15
15
name : Soundness
Original file line number Diff line number Diff line change @@ -121,9 +121,7 @@ final class RepeatedBuildTests: XCTestCase {
121
121
private let logger = Logger ( label: " swift-sdk-generator " )
122
122
123
123
func testRepeatedSDKBuilds( ) async throws {
124
- if ProcessInfo . processInfo. environment. keys. contains ( " JENKINS_URL " )
125
- || ProcessInfo . processInfo. environment. keys. contains ( " GITHUB_ACTIONS " )
126
- {
124
+ if ProcessInfo . processInfo. environment. keys. contains ( " JENKINS_URL " ) {
127
125
throw XCTSkip (
128
126
" EndToEnd tests cannot currently run in CI: https://github.com/swiftlang/swift-sdk-generator/issues/145 "
129
127
)
You can’t perform that action at this time.
0 commit comments