File tree Expand file tree Collapse file tree 1 file changed +7
-50
lines changed Expand file tree Collapse file tree 1 file changed +7
-50
lines changed Original file line number Diff line number Diff line change @@ -254,42 +254,6 @@ jobs:
254
254
- run :
255
255
name : Run Detox on iOS
256
256
command : yarn e2e:ios
257
- test-expo-ios :
258
- parameters :
259
- executor :
260
- default : xcode
261
- type : executor
262
- expo-version :
263
- type : string
264
- executor : << parameters.executor >>
265
- working_directory : ~/react-native-url-polyfill/platforms/expo/<< parameters.expo-version >>
266
- steps :
267
- - attach-workspace
268
- - restore-cache-detox-app
269
- - install-node
270
- - install-yarn-dependencies
271
- - install-detox
272
- - run :
273
- name : Install Pods
274
- command : cd ios && pod install --repo-update
275
- - run : yarn global add expo-cli
276
- - run :
277
- name : Build iOS App w/ Expo
278
- no_output_timeout : 30m
279
- command : npx expo build:ios -t simulator --no-publish --non-interactive
280
- - run :
281
- name : Make Directory tmp
282
- command : mkdir -p tmp
283
- - run :
284
- name : Downloading .ipa from expo
285
- command : curl -o tmp/app.tar.gz "$(npx expo url:ipa --non-interactive)"
286
- - run :
287
- name : Un-tar app.tar.gz
288
- command : tar -xzvf tmp/app.tar.gz -C tmp
289
- - run :
290
- name : Run Detox on iOS
291
- command : yarn test:ios
292
- - save-cache-detox-app
293
257
test-expo-web :
294
258
parameters :
295
259
expo-version :
@@ -350,17 +314,10 @@ workflows:
350
314
requires :
351
315
- lint
352
316
- test-js
353
- - test-expo-ios :
354
- matrix :
355
- parameters :
356
- expo-version : ['43', '44']
357
- requires :
358
- - lint
359
- - test-js
360
- - test-expo-web :
361
- matrix :
362
- parameters :
363
- expo-version : ['43', '44']
364
- requires :
365
- - lint
366
- - test-js
317
+ # - test-expo-web:
318
+ # matrix:
319
+ # parameters:
320
+ # expo-version: ['43', '44']
321
+ # requires:
322
+ # - lint
323
+ # - test-js
You can’t perform that action at this time.
0 commit comments