Skip to content

Commit

Permalink
ci: add tests for RN73 + new arch + iOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
asafkorem committed Jan 10, 2025
1 parent 3ce6692 commit b1afcad
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .buildkite/jobs/pipeline.ios_rn_73.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- "./scripts/ci.ios.sh"
env:
REACT_NATIVE_VERSION: 0.73.2
RCT_NEW_ARCH_ENABLED: 0
artifact_paths:
- "/Users/builder/uibuilder/work/coverage/**/*.lcov"
- "/Users/builder/uibuilder/work/**/allure-report-*.html"
Expand Down
11 changes: 11 additions & 0 deletions .buildkite/jobs/pipeline.ios_rn_73_new_arch.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
- label: ":new::ios::detox: RN .73 + New Arch + iOS: Tests app"
command:
- "nvm install"
- "./scripts/ci.ios.sh"
env:
REACT_NATIVE_VERSION: 0.73.2
RCT_NEW_ARCH_ENABLED: 1
artifact_paths:
- "/Users/builder/uibuilder/work/coverage/**/*.lcov"
- "/Users/builder/uibuilder/work/**/allure-report-*.html"
- "/Users/builder/uibuilder/work/artifacts*.tar.gz"
1 change: 1 addition & 0 deletions .buildkite/pipeline_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ echo "steps:"

cat .buildkite/jobs/pipeline.ios_rn_76_new_arch.yml
cat .buildkite/jobs/pipeline.ios_rn_76.yml
cat .buildkite/jobs/pipeline.ios_rn_73_new_arch.yml
cat .buildkite/jobs/pipeline.ios_rn_73.yml
cat .buildkite/jobs/pipeline.ios_demo_app_rn_76_new_arch.yml
cat .buildkite/jobs/pipeline.android_rn_76.yml
Expand Down

0 comments on commit b1afcad

Please sign in to comment.