Skip to content

Commit

Permalink
ci: add new arch pipeline step for RN 76 + new arch + iOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
asafkorem committed Jan 2, 2025
1 parent 207673c commit 683edaf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .buildkite/jobs/pipeline.ios_rn_76_new_arch.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
- label: ":ios::detox::new: RN .76 + New Arch + iOS: Tests app"
command:
- "nvm install"
- "./scripts/ci.ios.sh"
env:
REACT_NATIVE_VERSION: 0.76.3
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 @@ -2,6 +2,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_75.yml
cat .buildkite/jobs/pipeline.ios_rn_73.yml
Expand Down

0 comments on commit 683edaf

Please sign in to comment.