Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
iccub committed Oct 3, 2023
1 parent fc7bb25 commit ebec87c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ platform :ios do
run_tests(
project: "App/Client.xcodeproj",
scheme: "Debug",
device: "iPhone 14 (17.0)",
device: "iPhone 14 (17.4)",
code_coverage: true,
ensure_devices_found: true,
skip_testing: [
Expand Down Expand Up @@ -72,7 +72,7 @@ platform :ios do
run_tests(
project: "App/Client.xcodeproj",
scheme: "Debug",
device: "iPad (10th generation) (17.0)",
device: "iPad (10th generation) (17.4)",
code_coverage: true,
ensure_devices_found: true,
skip_testing: [
Expand Down

0 comments on commit ebec87c

Please sign in to comment.