Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Mobile
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
237
Merge Requests
12
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Minds
Minds Mobile
Commits
335892a0
Commit
335892a0
authored
36 minutes ago
by
Martin Santangelo
Browse files
Options
Download
(chore) remove detox from the CI until is fixed
parent
31da093a
release/3.12.0
feat/e2e-detox-install
1 merge request
!411
Install detox and login e2e test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
10 deletions
+12
-10
.circleci/config.yml
View file @
335892a0
...
...
@@ -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
...
...
This diff is collapsed.
Please
register
or
sign in
to comment