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"