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 00d8f27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ios-sdk-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@ jobs:
- name: Store Artifacts
uses: actions/upload-artifact@v4
with:
name: artifacts
path: output/**

name: test-results
path: ./fastlane/test_output
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 00d8f27

Please sign in to comment.