We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dc83ca commit ad187adCopy full SHA for ad187ad
1 file changed
.azure-pipelines.yml
@@ -12,7 +12,7 @@ variables:
12
MAX_PLATFORM_VERSION: "26.1"
13
MAX_PLATFORM_VERSION_TV: "26.1"
14
MAX_IPHONE_DEVICE_NAME: "iPhone 17"
15
- MAX_TV_DEVICE_NAME: "Apple TV 4K (3rd generation)"
+ MAX_TV_DEVICE_NAME: "Any tvOS Simulator Device"
16
MAX_IPAD_DEVICE_NAME: "iPad Air 11-inch (M2)"
17
DEFAULT_NODE_VERSION: "22.x"
18
@@ -299,6 +299,8 @@ stages:
299
# endregion
300
301
- stage: Integration_Tests
302
+ dependsOn: [] # run in parallel with earlier stages
303
+ condition: succeededOrFailed() # do not block on Unit/Linters failures
304
jobs:
305
306
# region Integration Tests Max Xcode
0 commit comments