diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 189d493b..df35055d 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -45,10 +45,6 @@ steps: - "build-expo-apk" timeout_in_minutes: 50 plugins: - test-collector#v1.10.2: - files: "reports/TEST-*.xml" - format: "junit" - branch: "^v50/main|v50/next$$" artifacts#v1.5.0: download: "build/output.apk" docker-compose#v3.9.0: @@ -59,6 +55,10 @@ steps: - --app=build/output.apk - --farm=bs - --device=ANDROID_12 + test-collector#v1.10.2: + files: "reports/TEST-*.xml" + format: "junit" + branch: "^v50/main|v50/next$$" concurrency: 5 concurrency_group: 'browserstack-app' concurrency_method: eager @@ -68,10 +68,6 @@ steps: - "build-expo-ipa" timeout_in_minutes: 50 plugins: - test-collector#v1.10.2: - files: "reports/TEST-*.xml" - format: "junit" - branch: "^v50/main|v50/next$$" artifacts#v1.5.0: download: "build/output.ipa" docker-compose#v3.9.0: @@ -82,6 +78,10 @@ steps: - --app=build/output.ipa - --farm=bs - --device=IOS_16 + test-collector#v1.10.2: + files: "reports/TEST-*.xml" + format: "junit" + branch: "^v50/main|v50/next$$" concurrency: 5 concurrency_group: 'browserstack-app' concurrency_method: eager @@ -91,10 +91,6 @@ steps: - "build-expo-ipa" timeout_in_minutes: 50 plugins: - test-collector#v1.10.2: - files: "reports/TEST-*.xml" - format: "junit" - branch: "^v50/main|v50/next$$" artifacts#v1.5.0: download: "build/output.ipa" docker-compose#v3.9.0: @@ -105,6 +101,10 @@ steps: - --app=build/output.ipa - --farm=bs - --device=IOS_14 + test-collector#v1.10.2: + files: "reports/TEST-*.xml" + format: "junit" + branch: "^v50/main|v50/next$$" concurrency: 5 concurrency_group: 'browserstack-app' concurrency_method: eager