Skip to content

Commit ad187ad

Browse files
try any
1 parent 1dc83ca commit ad187ad

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.azure-pipelines.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ variables:
1212
MAX_PLATFORM_VERSION: "26.1"
1313
MAX_PLATFORM_VERSION_TV: "26.1"
1414
MAX_IPHONE_DEVICE_NAME: "iPhone 17"
15-
MAX_TV_DEVICE_NAME: "Apple TV 4K (3rd generation)"
15+
MAX_TV_DEVICE_NAME: "Any tvOS Simulator Device"
1616
MAX_IPAD_DEVICE_NAME: "iPad Air 11-inch (M2)"
1717
DEFAULT_NODE_VERSION: "22.x"
1818

@@ -299,6 +299,8 @@ stages:
299299
# endregion
300300

301301
- stage: Integration_Tests
302+
dependsOn: [] # run in parallel with earlier stages
303+
condition: succeededOrFailed() # do not block on Unit/Linters failures
302304
jobs:
303305

304306
# region Integration Tests Max Xcode

0 commit comments

Comments
 (0)