Skip to content

Commit

Permalink
CI/CD: add --config-only to fastlane job
Browse files Browse the repository at this point in the history
  • Loading branch information
w-ensink committed Nov 8, 2024
1 parent 81ee442 commit cf185ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ lane :ios_build_integration_test do |options|
sh(
"flutter", "build", "ios",
"--release",
"--config-only",
test_file
)

Expand Down

0 comments on commit cf185ed

Please sign in to comment.