Skip to content

Commit e01ef4d

Browse files
committed
ci: run test-e2e on ubicloud
1 parent a082295 commit e01ef4d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,9 @@ jobs:
282282
test-e2e:
283283
name: Test E2E
284284
needs: [build-rust]
285-
if: false # disabled
286-
runs-on: "macos-12" # macOS-latest
285+
#if: false # disabled
286+
#runs-on: "macos-12" # macOS-latest
287+
runs-on: ubicloud
287288
env:
288289
MATRIX_E_SDK: ${{ matrix.android_emu_version }}
289290
MATRIX_AVD: ${{ matrix.android_avd }}

0 commit comments

Comments
 (0)