Skip to content

Commit ca52964

Browse files
committed
chore: update github workflow
1 parent 283fbed commit ca52964

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
146146
script: |
147147
adb install -r "./app/build/outputs/apk/debug/app-debug.apk"
148-
pnpm nx run @react-native-harness/${{ matrix.app }}:start --args="test android"
148+
pnpm nx run @react-native-harness/${{ matrix.app }}:start --args="--harnessRunner android"
149149
150150
e2e-ios:
151151
name: E2E iOS - ${{ matrix.app }}
@@ -237,4 +237,4 @@ jobs:
237237
238238
- name: Run E2E tests
239239
run: |
240-
pnpm nx run @react-native-harness/${{ matrix.app }}:start --args="test ios"
240+
pnpm nx run @react-native-harness/${{ matrix.app }}:start --args="--harnessRunner ios"

0 commit comments

Comments
 (0)