Skip to content

Commit

Permalink
debugging pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
muzahidul-opti committed Jan 21, 2025
1 parent d4dc3b7 commit 6d13b54
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,35 +18,35 @@ jobs:
# also, the xcode version (simulator_xcode_version) and simulator os versions (os) are moving target. We have to change these time to time.
# - see "https://github.com/actions/runner-images/blob/main/images/macos/macos-11-Readme.md" for installed macOS, xcode and simulator versions.
include:
- os: 16.1
device: "iPhone 12"
scheme: "OptimizelySwiftSDK-iOS"
test_sdk: "iphonesimulator"
platform: "iOS Simulator"
os_type: "iOS"
simulator_xcode_version: 14.1
# - os: 16.1
# device: "iPhone 12"
# scheme: "OptimizelySwiftSDK-iOS"
# test_sdk: "iphonesimulator"
# platform: "iOS Simulator"
# os_type: "iOS"
# simulator_xcode_version: 14.1
- os: 16.2
device: "iPhone 12"
scheme: "OptimizelySwiftSDK-iOS"
test_sdk: "iphonesimulator"
platform: "iOS Simulator"
os_type: "iOS"
simulator_xcode_version: 14.2
- os: 16.4
# good to have tests with older OS versions, but it looks like this is min OS+xcode versions supported by github actions
device: "iPad Air (4th generation)"
scheme: "OptimizelySwiftSDK-iOS"
test_sdk: "iphonesimulator"
platform: "iOS Simulator"
os_type: "iOS"
simulator_xcode_version: 14.3.1
- os: 16.1
device: "Apple TV"
scheme: "OptimizelySwiftSDK-tvOS"
test_sdk: "appletvsimulator"
platform: "tvOS Simulator"
os_type: "tvOS"
simulator_xcode_version: 14.1
# - os: 16.4
# # good to have tests with older OS versions, but it looks like this is min OS+xcode versions supported by github actions
# device: "iPad Air (4th generation)"
# scheme: "OptimizelySwiftSDK-iOS"
# test_sdk: "iphonesimulator"
# platform: "iOS Simulator"
# os_type: "iOS"
# simulator_xcode_version: 14.3.1
# - os: 16.1
# device: "Apple TV"
# scheme: "OptimizelySwiftSDK-tvOS"
# test_sdk: "appletvsimulator"
# platform: "tvOS Simulator"
# os_type: "tvOS"
# simulator_xcode_version: 14.1
steps:
- uses: actions/checkout@v3
- uses: maxim-lobanov/setup-xcode@v1
Expand Down

0 comments on commit 6d13b54

Please sign in to comment.