We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 021746b commit decad66Copy full SHA for decad66
.github/workflows/test-emulators.yaml
@@ -70,12 +70,9 @@ jobs:
70
- name: Build
71
run: pnpm build:packages
72
73
- - name: Install Detox dependencies
+ - name: Setup Detox build framework cache
74
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
+ pnpmx detox clean-framework-cache && pnpx detox build-framework-cache
79
80
- name: Initialize Android Folder
81
run: mkdir -p ~/.android/avd
0 commit comments