Skip to content

Commit

Permalink
circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanmino committed Aug 17, 2020
1 parent 6e49761 commit 89b348a
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,27 +176,26 @@ workflows:
only:
- master
- develop
- feature/rn-payments
# - prep-node-deps:
# filters:
# branches:
# ignore:
# - master
# - develop
# - lint:
# requires:
# - prep-node-deps
# - test-unit:
# requires:
# - prep-node-deps
- prep-node-deps:
filters:
branches:
ignore:
- master
- develop
- lint:
requires:
- prep-node-deps
- test-unit:
requires:
- prep-node-deps
# - test-e2e-ios:
# requires:
# - prep-node-deps
# - test-unit
# - all-tests-pass:
# requires:
# - lint
# - test-unit
- all-tests-pass:
requires:
- lint
- test-unit
# - test-e2e-ios
# - upload-coverage:
# requires:
Expand Down

0 comments on commit 89b348a

Please sign in to comment.