Skip to content

Commit 25391fa

Browse files
committed
unzip packages
1 parent f5c5bef commit 25391fa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.buildkite/basic/react-native-ios-pipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ steps:
2929
- "test/react-native/features/fixtures/generated/old-arch/**/output/reactnative.ipa"
3030
commands:
3131
- "bundle install"
32+
- "unzip -q packages.zip"
3233
- "node scripts/generate-react-native-fixture.js"
3334
matrix:
3435
- "0.79"
@@ -57,6 +58,7 @@ steps:
5758
- "test/react-native/features/fixtures/generated/new-arch/**/output/reactnative.ipa"
5859
commands:
5960
- "bundle install"
61+
- "unzip -q packages.zip"
6062
- "node scripts/generate-react-native-fixture.js"
6163
matrix:
6264
- "0.79"

0 commit comments

Comments
 (0)