Skip to content

Commit

Permalink
Merge pull request #31 from niscy-eudiw/main
Browse files Browse the repository at this point in the history
Resolved issue with CI build workflow for external macros.
  • Loading branch information
stzouvaras authored Nov 30, 2024
2 parents e2a2397 + 9d7f511 commit 1d7c7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ lane :test do
}

if ENV['CI']
params[:xcargs] = "-skipPackagePluginValidation"
params[:xcargs] = "-skipPackagePluginValidation -skipMacroValidation"
end

run_tests(params)
Expand Down

0 comments on commit 1d7c7ba

Please sign in to comment.