Skip to content

Commit 9111dae

Browse files
fix: replace bun with yarn for running Android and iOS harness tests
1 parent 32f851f commit 9111dae

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/test-android-harness.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
7575
script: |
7676
adb install -r "./android/app/build/outputs/apk/debug/app-debug.apk"
77-
bun run test:harness --harnessRunner android
77+
yarn harness:android
7878
7979
# Gradle cache doesn't like daemons
8080
- name: Stop Gradle Daemon

.github/workflows/test-ios-harness.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,4 @@ jobs:
4646
4747
- name: Run Harness E2E tests
4848
working-directory: example
49-
run: |
50-
bun run test:harness --harnessRunner ios
49+
run: yarn harness:ios

0 commit comments

Comments
 (0)