Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
justSmK committed Nov 21, 2024
1 parent eb3e6d9 commit c13f0e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastlane/Fastfile.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ class Fastfile: LaneFile {
onlyTesting: ["MindboxTests"],
clean: true,
includeSimulatorLogs: true,
testWithoutBuilding: .userDefined(false),
disableConcurrentTesting: true,
xcodebuildFormatter: "xcpretty",
disableConcurrentTesting: true,
testWithoutBuilding: .userDefined(false),
xcargs: "CI=true CODE_SIGNING_ALLOWED=NO",
destination: "platform=iOS Simulator,name=iPhone SE (3rd generation),OS=18.1"
)
Expand Down

0 comments on commit c13f0e3

Please sign in to comment.