Skip to content

Commit

Permalink
fix(ci): install cavy where needed
Browse files Browse the repository at this point in the history
  • Loading branch information
jembijemb committed Jul 26, 2019
1 parent f2e604c commit ebd61b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Expand Up @@ -699,6 +699,10 @@ jobs:
working_directory: ~/go/src/berty.tech/client/react-native
command: echo $RN_ENVIRONMENT > .environment

- run:
name: globally install clis needed for integration tests
command: npm i -g cavy-cli react-native-cli

- run:
name: run integration tests
working_directory: ~/go/src/berty.tech/client/react-native
Expand Down

0 comments on commit ebd61b8

Please sign in to comment.