Skip to content

Commit

Permalink
Full complex fastlane scan
Browse files Browse the repository at this point in the history
  • Loading branch information
justSmK committed Nov 21, 2024
1 parent 6cdc7ff commit 5881ead
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fastlane/Fastfile.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ class Fastfile: LaneFile {
desc("Run unit tests")
scan(project: .userDefined(project),
scheme: "Mindbox",
// forceQuitSimulator: .userDefined(true),
// resetSimulator: .userDefined(true),
// prelaunchSimulator: .userDefined(true),
forceQuitSimulator: .userDefined(true),
resetSimulator: .userDefined(true),
prelaunchSimulator: .userDefined(true),
onlyTesting: ["MindboxTests"],
clean: true,
// includeSimulatorLogs: true,
// xcodebuildFormatter: "xcpretty",
xcodebuildFormatter: "xcpretty",
disableConcurrentTesting: true,
testWithoutBuilding: .userDefined(false),
xcargs: "CI=true CODE_SIGNING_ALLOWED=NO",
Expand Down

0 comments on commit 5881ead

Please sign in to comment.