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 283fbed commit ca52964Copy full SHA for ca52964
1 file changed
.github/workflows/e2e-tests.yml
@@ -145,7 +145,7 @@ jobs:
145
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
146
script: |
147
adb install -r "./app/build/outputs/apk/debug/app-debug.apk"
148
- pnpm nx run @react-native-harness/${{ matrix.app }}:start --args="test android"
+ pnpm nx run @react-native-harness/${{ matrix.app }}:start --args="--harnessRunner android"
149
150
e2e-ios:
151
name: E2E iOS - ${{ matrix.app }}
@@ -237,4 +237,4 @@ jobs:
237
238
- name: Run E2E tests
239
run: |
240
- pnpm nx run @react-native-harness/${{ matrix.app }}:start --args="test ios"
+ pnpm nx run @react-native-harness/${{ matrix.app }}:start --args="--harnessRunner ios"
0 commit comments