We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5c5bef commit 25391faCopy full SHA for 25391fa
1 file changed
.buildkite/basic/react-native-ios-pipeline.yml
@@ -29,6 +29,7 @@ steps:
29
- "test/react-native/features/fixtures/generated/old-arch/**/output/reactnative.ipa"
30
commands:
31
- "bundle install"
32
+ - "unzip -q packages.zip"
33
- "node scripts/generate-react-native-fixture.js"
34
matrix:
35
- "0.79"
@@ -57,6 +58,7 @@ steps:
57
58
- "test/react-native/features/fixtures/generated/new-arch/**/output/reactnative.ipa"
59
60
61
62
63
64
0 commit comments