From 8324155dfed21ef0e4fc799fb6fcde5f53996759 Mon Sep 17 00:00:00 2001 From: Alfonso Curbelo Date: Wed, 21 Sep 2022 15:44:29 -0400 Subject: [PATCH] Fix E2E config --- .circleci/config.yml | 6 ------ example/ios/Podfile | 2 -- 2 files changed, 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 668a9b56..eaa20ac7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -52,9 +52,6 @@ jobs: name: bundle js - rn/pod_install: pod_install_directory: 'example/ios' - - run: - command: curl https://raw.githubusercontent.com/facebook/react-native/6334ac35ac3cbc2c84b2d46d46ec118bf9bf714d/scripts/find-node.sh > node_modules/react-native/scripts/find-node.sh - name: fix issue with nvm # will be fixed in RN 67 (https://github.com/react-native-community/upgrade-support/issues/138) - run: command: yarn detox:ios:build:release name: build app for e2e tests @@ -88,9 +85,6 @@ jobs: name: bundle js - rn/pod_install: pod_install_directory: 'example/ios' - - run: - command: curl https://raw.githubusercontent.com/facebook/react-native/6334ac35ac3cbc2c84b2d46d46ec118bf9bf714d/scripts/find-node.sh > node_modules/react-native/scripts/find-node.sh - name: fix issue with nvm # will be fixed in RN 67 (https://github.com/react-native-community/upgrade-support/issues/138) - run: command: yarn detox:ios:build:release name: build app for e2e tests diff --git a/example/ios/Podfile b/example/ios/Podfile index 4f115443..44695122 100644 --- a/example/ios/Podfile +++ b/example/ios/Podfile @@ -1,7 +1,5 @@ require_relative '../../node_modules/react-native-test-app/test_app' -use_flipper! - workspace 'date-time-picker-example.xcworkspace' use_test_app!