Skip to content

Commit 6d13b54

Browse files
debugging pipeline
1 parent d4dc3b7 commit 6d13b54

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

.github/workflows/unit_tests.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -18,35 +18,35 @@ jobs:
1818
# also, the xcode version (simulator_xcode_version) and simulator os versions (os) are moving target. We have to change these time to time.
1919
# - see "https://github.com/actions/runner-images/blob/main/images/macos/macos-11-Readme.md" for installed macOS, xcode and simulator versions.
2020
include:
21-
- os: 16.1
22-
device: "iPhone 12"
23-
scheme: "OptimizelySwiftSDK-iOS"
24-
test_sdk: "iphonesimulator"
25-
platform: "iOS Simulator"
26-
os_type: "iOS"
27-
simulator_xcode_version: 14.1
21+
# - os: 16.1
22+
# device: "iPhone 12"
23+
# scheme: "OptimizelySwiftSDK-iOS"
24+
# test_sdk: "iphonesimulator"
25+
# platform: "iOS Simulator"
26+
# os_type: "iOS"
27+
# simulator_xcode_version: 14.1
2828
- os: 16.2
2929
device: "iPhone 12"
3030
scheme: "OptimizelySwiftSDK-iOS"
3131
test_sdk: "iphonesimulator"
3232
platform: "iOS Simulator"
3333
os_type: "iOS"
3434
simulator_xcode_version: 14.2
35-
- os: 16.4
36-
# good to have tests with older OS versions, but it looks like this is min OS+xcode versions supported by github actions
37-
device: "iPad Air (4th generation)"
38-
scheme: "OptimizelySwiftSDK-iOS"
39-
test_sdk: "iphonesimulator"
40-
platform: "iOS Simulator"
41-
os_type: "iOS"
42-
simulator_xcode_version: 14.3.1
43-
- os: 16.1
44-
device: "Apple TV"
45-
scheme: "OptimizelySwiftSDK-tvOS"
46-
test_sdk: "appletvsimulator"
47-
platform: "tvOS Simulator"
48-
os_type: "tvOS"
49-
simulator_xcode_version: 14.1
35+
# - os: 16.4
36+
# # good to have tests with older OS versions, but it looks like this is min OS+xcode versions supported by github actions
37+
# device: "iPad Air (4th generation)"
38+
# scheme: "OptimizelySwiftSDK-iOS"
39+
# test_sdk: "iphonesimulator"
40+
# platform: "iOS Simulator"
41+
# os_type: "iOS"
42+
# simulator_xcode_version: 14.3.1
43+
# - os: 16.1
44+
# device: "Apple TV"
45+
# scheme: "OptimizelySwiftSDK-tvOS"
46+
# test_sdk: "appletvsimulator"
47+
# platform: "tvOS Simulator"
48+
# os_type: "tvOS"
49+
# simulator_xcode_version: 14.1
5050
steps:
5151
- uses: actions/checkout@v3
5252
- uses: maxim-lobanov/setup-xcode@v1

0 commit comments

Comments
 (0)