From 6a381ae3282c49a9495e5aa4d2c370edae948ad4 Mon Sep 17 00:00:00 2001 From: HUI Date: Mon, 9 Oct 2023 19:52:22 +0800 Subject: [PATCH] [WIP] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f9b0102..c42f1c27 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,7 +110,7 @@ jobs: - name: Install Detox dependencies shell: bash run: | - npm i -D detox-cli react-native-cli + npm i -g detox-cli react-native-cli - name: Modify APP ID run: | @@ -184,7 +184,7 @@ jobs: - name: Install Detox dependencies shell: bash run: | - npm i -D detox-cli react-native-cli + npm i -g detox-cli react-native-cli brew tap wix/brew brew install applesimutils