diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 7b7e8ec0929..c263b57f966 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -27,6 +27,7 @@ steps: - "npm run test-e2e-android-multi -- --release --headless --verbose --ci" key: "android_build" timeout_in_minutes: 90 + artifact_paths: "/Users/builder/work/artifacts/**/*" - label: ":ios: iOS - Unit" command: @@ -44,6 +45,7 @@ steps: - "npm run test-e2e-ios -- --release --multi --ci" key: "ios_e2e" timeout_in_minutes: 90 + artifact_paths: "/Users/builder/work/artifacts/**/*" - label: ":package: Publish" env: