Detox avoid install dependencies

Hi. Is it possible to avoid installing dependencies every time when i start workflow? Now at each launch:

  1. npm install
  2. brew tap facebook/fb
    export CODE_SIGNING_REQUIRED=NO
    brew install fbsimctl
    brew tap wix/brew
    brew install applesimutils --HEAD

I tried to wrap this step in Bitrise.io Cache: Pull and Bitrise.io Cache: Push but it didn’t help.

Hello there! unfortunately you need to install dependencies every time. :frowning:

Thanks for your answer.
I understand that I can only use Cache for: Caching Cocoapods, Caching Gradle, Caching Maven,Caching Ruby Gems and everything else is not covered?

hmmm, if you direct the cache push’s target directory where the other dependencies are then you could store them

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.