Commit 335892a0 authored by Martin Santangelo's avatar Martin Santangelo

(chore) remove detox from the CI until is fixed

1 merge request!411Install detox and login e2e test
......@@ -68,14 +68,15 @@ jobs:
- restore_cache:
key: node-v1-{{ checksum "package.json" }}-{{ arch }}
- run:
name: Install detox
command:
|
HOMEBREW_NO_AUTO_UPDATE=1 brew tap wix/brew
HOMEBREW_NO_AUTO_UPDATE=1 brew install --HEAD applesimutils
npm install -g detox-cli
npm install -g detox
# remove detox from CI until is fixed
# - run:
# name: Install detox
# command:
# |
# HOMEBREW_NO_AUTO_UPDATE=1 brew tap wix/brew
# HOMEBREW_NO_AUTO_UPDATE=1 brew install --HEAD applesimutils
# npm install -g detox-cli
# npm install -g detox
# not using a workspace here as Node and Yarn versions
# differ between our macOS executor image and the Docker containers above
......@@ -116,9 +117,10 @@ jobs:
paths:
- ios/Pods
# remove detox from CI until is fixed
# Run e2e
- run: detox build -c ios.sim.release
- run: detox test -c ios.sim.release --cleanup
# - run: detox build -c ios.sim.release
# - run: detox test -c ios.sim.release --cleanup
### TODO- get tests running with fastlane
......
Please register or to comment