Skip to content

Commit decad66

Browse files
committed
Fixing detox setup.
1 parent 021746b commit decad66

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/test-emulators.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,9 @@ jobs:
7070
- name: Build
7171
run: pnpm build:packages
7272

73-
- name: Install Detox dependencies
73+
- name: Setup Detox build framework cache
7474
run: |
75-
brew tap wix/brew
76-
brew install applesimutils
77-
npm install -g detox-cli
78-
detox clean-framework-cache && detox build-framework-cache
75+
pnpmx detox clean-framework-cache && pnpx detox build-framework-cache
7976
8077
- name: Initialize Android Folder
8178
run: mkdir -p ~/.android/avd

0 commit comments

Comments
 (0)