File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -424,11 +424,11 @@ jobs:
424424 uses : ./.github/actions/build-android
425425 with :
426426 release-type : ${{ needs.set_release_type.outputs.RELEASE_TYPE }}
427- run-e2e-tests : ${{ github.ref == 'refs/heads/main' || contains(github.ref, 'stable') || inputs.run-e2e-tests }}
427+ run-e2e-tests : true # ${{ github.ref == 'refs/heads/main' || contains(github.ref, 'stable') || inputs.run-e2e-tests }}
428428 gradle-cache-encryption-key : ${{ secrets.GRADLE_CACHE_ENCRYPTION_KEY }}
429429
430430 test_e2e_android_rntester :
431- if : ${{ github.ref == 'refs/heads/main' || contains(github.ref, 'stable') || inputs.run-e2e-tests }}
431+ # if: ${{ github.ref == 'refs/heads/main' || contains(github.ref, 'stable') || inputs.run-e2e-tests }}
432432 runs-on : 4-core-ubuntu
433433 needs : [build_android]
434434 strategy :
You can’t perform that action at this time.
0 commit comments