File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ jobs:
230
230
flavor : ${{ matrix.flavor }}
231
231
232
232
test_e2e_ios_templateapp :
233
- if : ${{ github.ref == 'refs/heads/main' || contains(github.ref, 'stable') || inputs.run-e2e-tests }}
233
+ # if: ${{ github.ref == 'refs/heads/main' || contains(github.ref, 'stable') || inputs.run-e2e-tests }}
234
234
runs-on : macos-13-large
235
235
needs : [build_npm_package, prebuild_apple_dependencies]
236
236
env :
@@ -323,7 +323,7 @@ jobs:
323
323
architecture : ${{ matrix.architecture }}
324
324
325
325
test_e2e_android_templateapp :
326
- if : ${{ github.ref == 'refs/heads/main' || contains(github.ref, 'stable') || inputs.run-e2e-tests }}
326
+ # if: ${{ github.ref == 'refs/heads/main' || contains(github.ref, 'stable') || inputs.run-e2e-tests }}
327
327
runs-on : 4-core-ubuntu
328
328
needs : build_npm_package
329
329
continue-on-error : true
Original file line number Diff line number Diff line change 1
1
appId : ${APP_ID} # iOS: org.reactjs.native.example.RNTestProject | Android: com.rntestproject
2
2
---
3
3
- launchApp
4
- - assertVisible : " Step One "
4
+ - assertVisible : " Welcome to React Native "
You can’t perform that action at this time.
0 commit comments