update sim version to 26.4.1 (#5479)
This commit is contained in:
@@ -9,7 +9,7 @@ struct AccessibilityTests: AsyncParsableCommand {
|
||||
var device = "iPhone 17"
|
||||
|
||||
@Option(help: "iOS version for the simulator.")
|
||||
var osVersion = "26.4"
|
||||
var osVersion = "26.4.1"
|
||||
|
||||
func run() async throws {
|
||||
var testsFailed = false
|
||||
|
||||
@@ -13,7 +13,7 @@ struct IntegrationTests: AsyncParsableCommand {
|
||||
var device = "iPhone 17"
|
||||
|
||||
@Option(help: "iOS version for the simulator.")
|
||||
var osVersion = "26.4"
|
||||
var osVersion = "26.4.1"
|
||||
|
||||
func run() async throws {
|
||||
// Delete old log files
|
||||
|
||||
@@ -6,7 +6,7 @@ struct PreviewTests: AsyncParsableCommand {
|
||||
abstract: "Runs the preview test CI workflow, with optional snapshot recording.")
|
||||
|
||||
@Option(help: "iOS version for the simulator.")
|
||||
var osVersion = "26.4"
|
||||
var osVersion = "26.4.1"
|
||||
|
||||
@Flag(help: "Re-record snapshots for tests that fail or are missing a reference image.")
|
||||
var record = false
|
||||
|
||||
@@ -20,7 +20,7 @@ struct UITests: AsyncParsableCommand {
|
||||
var deviceType: DeviceType
|
||||
|
||||
@Option(help: "iOS version for the simulator.")
|
||||
var osVersion = "26.4"
|
||||
var osVersion = "26.4.1"
|
||||
|
||||
@Option(help: "Run only a specific test (format: 'ClassName/testName').")
|
||||
var testName: String?
|
||||
|
||||
@@ -9,7 +9,7 @@ struct UnitTests: AsyncParsableCommand {
|
||||
var device = "iPhone 17"
|
||||
|
||||
@Option(help: "iOS version for the simulator.")
|
||||
var osVersion = "26.4"
|
||||
var osVersion = "26.4.1"
|
||||
|
||||
@Flag(help: "Skip preview tests")
|
||||
var skipPreviews = false
|
||||
|
||||
Reference in New Issue
Block a user