Skip to content

Commit 2bbba2d

Browse files
authored
Merge branch 'main' into chore/restrict-release-action
2 parents d328d73 + 4b57485 commit 2bbba2d

File tree

192 files changed

+7272
-2828
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

192 files changed

+7272
-2828
lines changed

.depcheckrc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,5 @@ ignores:
121121
- 'react-native-pager-view'
122122
# this dependency can probably be removed, needs investigation
123123
- '@types/react-test-renderer'
124+
# runtime for dependecies using Nitro Modules (@metamask/native-utils)
125+
- 'react-native-nitro-modules'

.detoxrc.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ module.exports = {
6767
device: 'android.github_ci.emulator',
6868
app: 'android.release',
6969
},
70+
'android.github_ci.flask.release': {
71+
device: 'android.github_ci.emulator',
72+
app: 'android.flask.release',
73+
},
7074
'android.emu.flask.release': {
7175
device: 'android.bitrise.emulator',
7276
app: 'android.flask.release',

.github/guidelines/LABELING_GUIDELINES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Any label can be manually added on demand depending on the PR's content. For ins
2424
Android E2E smoke tests run on every PR automatically, but running iOS E2E smoke tests are optional based on the following label:
2525

2626
- **run-ios-e2e-smoke**: The iOS E2E smoke tests jobs will run in the pipeline.
27+
- **run-android-flask-e2e-smoke**: The Android Flask E2E smoke tests jobs will run in the pipeline.
2728

2829
### Bypass Quality Gates
2930

0 commit comments

Comments
 (0)