Skip to content

Commit

Permalink
ci: always run setup_ci (#3258)
Browse files Browse the repository at this point in the history
  • Loading branch information
armcknight committed Aug 29, 2023
1 parent a423161 commit c76f9b0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,9 @@ platform :ios do

desc "Build Perf-test app without Sentry"
lane :build_perf_test_app_plain do

setup_ci
setup_ci(
force: true
)

sync_code_signing(
type: "development",
Expand All @@ -287,7 +288,9 @@ platform :ios do

desc "Build Perf-test app with Sentry"
lane :build_perf_test_app_sentry do
setup_ci
setup_ci(
force: true
)

sync_code_signing(
type: "development",
Expand Down

0 comments on commit c76f9b0

Please sign in to comment.