Skip to content

Commit 63cf4a8

Browse files
igorgnmobile1-internal
authored andcommitted
Mbm migration (#7638)
Co-authored-by: wixmobile <mobile1@wix.com>
1 parent b40d633 commit 63cf4a8

13 files changed

+9
-7
lines changed

.buildkite/pipeline.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
agents:
2+
queue: mbms
13
steps:
24
- block: ":rocket: Release!"
35
prompt: "Fill out the details for release"
@@ -23,8 +25,8 @@ steps:
2325
- "nvm install"
2426
- "npm install"
2527
- "npm run test-js"
26-
- "JAVA_HOME=/usr/local/opt/openjdk@11 npm run test-unit-android -- --release"
27-
- "JAVA_HOME=/usr/local/opt/openjdk@11 npm run test-e2e-android-multi -- --release --headless --verbose --ci"
28+
- "npm run test-unit-android -- --release"
29+
- "npm run test-e2e-android-multi -- --release --headless --verbose --ci"
2830
key: "android_build"
2931
timeout_in_minutes: 90
3032
artifact_paths: "/Users/builder/work/artifacts/**/*"
@@ -41,8 +43,8 @@ steps:
4143
command:
4244
- "nvm install"
4345
- "npm install"
44-
- "JAVA_HOME=/usr/local/opt/openjdk@11 npm run test-snapshot-ios -- --release"
45-
- "JAVA_HOME=/usr/local/opt/openjdk@11 npm run test-e2e-ios -- --release --multi --ci"
46+
- "npm run test-snapshot-ios -- --release"
47+
- "npm run test-e2e-ios -- --release --multi --ci"
4648
key: "ios_e2e"
4749
timeout_in_minutes: 90
4850
artifact_paths: "/Users/builder/work/artifacts/**/*"

e2e/ApplicationLifecycleTest.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ describe.e2e('application lifecycle test', () => {
8282

8383
xit(':android: pressing menu opens dev menu', async () => {
8484
if (!IS_RELEASE) {
85-
Android.pressMenu();
85+
await Android.pressMenu();
8686
await sleep(1000);
8787
await expect(elementByLabel('Reload')).toBeVisible();
8888
}
0 Bytes
Loading
0 Bytes
Loading
-207 Bytes
Loading
-290 Bytes
Loading
-207 Bytes
Loading
-277 Bytes
Loading
16.7 KB
Loading
0 Bytes
Loading

0 commit comments

Comments
 (0)