Skip to content

Commit

Permalink
[WIP]
Browse files Browse the repository at this point in the history
  • Loading branch information
LichKing-2234 committed Oct 9, 2023
1 parent 47a36a7 commit 5234318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ runs:
- name: Install dependencies
run: |
yarn install --immutable
yarn patch-package
shell: bash
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5234318

Please sign in to comment.