Skip to content

Commit

Permalink
fix: update fastline
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanStepanok committed Nov 4, 2024
1 parent 62cda0c commit a0c24c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ lane :unit_tests do
run_tests(
workspace: "OpenEdX.xcworkspace",
device: "iPhone 16",
scheme: "OpenEdXDev"
scheme: "OpenEdXDev",
xcargs: "-skipPackagePluginValidation -skipMacroValidation"
)
end

0 comments on commit a0c24c8

Please sign in to comment.