Skip to content

Commit 5a1a8fd

Browse files
committed
Added tests pnpm android working directory
1 parent 25354f5 commit 5a1a8fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-emulators.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
run: pnpm build:packages
7272

7373
- name: Setup Detox build framework cache
74+
working-directory: ./tools/powersynctests
7475
run: |
7576
pnpx detox clean-framework-cache && pnpx detox build-framework-cache
7677
@@ -97,7 +98,7 @@ jobs:
9798
target: google_apis
9899
arch: x86_64
99100
avd-name: $AVD_NAME
100-
script: pnpm android
101+
script: cd tools/powersynctests && pnpm android
101102
force-avd-creation: false
102103
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
103104
disable-animations: true

0 commit comments

Comments
 (0)