Skip to content

Commit

Permalink
Add default output dir for fastlane and updated fastile for GHA setuo_ci
Browse files Browse the repository at this point in the history
  • Loading branch information
souzamari committed Oct 22, 2024
1 parent fe51217 commit ab15969
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ios-sdk-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: "iOS SDK CI"
on:
pull_request:



jobs:
setup:
name: "Setup"
Expand All @@ -20,6 +22,8 @@ jobs:
name: "SDK Tests"
runs-on: macos-14
needs: [setup]
env:
FL_OUTPUT_DIR: output
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ default_platform :ios

platform :ios do
before_all do
setup_circle_ci
setup_ci if ENV['CI'] # it creates a temporary keychain. Without this, the build could freeze and never finish
end

desc "Runs all the OptableSDK tests"
Expand Down

0 comments on commit ab15969

Please sign in to comment.