diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 10009554..6f0b2424 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -24,5 +24,4 @@ runs: - name: Install dependencies run: | yarn install --immutable - yarn patch-package shell: bash diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4300d7b8..ddb8d6c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: - name: Install Detox dependencies shell: bash run: | - yarn global add detox-cli react-native-cli + npm i -D detox-cli react-native-cli - name: Modify APP ID run: | @@ -117,7 +117,7 @@ jobs: - name: Install Detox dependencies shell: bash run: | - yarn global add detox-cli react-native-cli + npm i -D detox-cli react-native-cli brew tap wix/brew brew install applesimutils