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 25354f5 commit 5a1a8fdCopy full SHA for 5a1a8fd
.github/workflows/test-emulators.yaml
@@ -71,6 +71,7 @@ jobs:
71
run: pnpm build:packages
72
73
- name: Setup Detox build framework cache
74
+ working-directory: ./tools/powersynctests
75
run: |
76
pnpx detox clean-framework-cache && pnpx detox build-framework-cache
77
@@ -97,7 +98,7 @@ jobs:
97
98
target: google_apis
99
arch: x86_64
100
avd-name: $AVD_NAME
- script: pnpm android
101
+ script: cd tools/powersynctests && pnpm android
102
force-avd-creation: false
103
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
104
disable-animations: true
0 commit comments