From 00d8f27fd7eaa0cb8276b12ce8e62113dd42a40f Mon Sep 17 00:00:00 2001 From: Mariana Souza Date: Tue, 22 Oct 2024 16:23:09 -0400 Subject: [PATCH] Add default output dir for fastlane and updated fastile for GHA setuo_ci --- .github/workflows/ios-sdk-ci.yml | 5 ++--- fastlane/Fastfile | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ios-sdk-ci.yml b/.github/workflows/ios-sdk-ci.yml index 84127a8..39f7642 100644 --- a/.github/workflows/ios-sdk-ci.yml +++ b/.github/workflows/ios-sdk-ci.yml @@ -30,6 +30,5 @@ jobs: - name: Store Artifacts uses: actions/upload-artifact@v4 with: - name: artifacts - path: output/** - \ No newline at end of file + name: test-results + path: ./fastlane/test_output diff --git a/fastlane/Fastfile b/fastlane/Fastfile index f6c1ee4..3f29f2d 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -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"