You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/e2e-android.yml
+34-2Lines changed: 34 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,9 @@ jobs:
111
111
- name: Kill java processes
112
112
run: pkill -9 -f java || true
113
113
114
-
- name: run tests
114
+
- name: Run tests attempt 1
115
+
id: attempt1
116
+
continue-on-error: true
115
117
uses: reactivecircus/android-emulator-runner@v2
116
118
with:
117
119
avd-name: Pixel_API_31_AOSP
@@ -122,7 +124,37 @@ jobs:
122
124
arch: x86_64
123
125
disable-animations: true
124
126
working-directory: example
125
-
script: yarn e2e:test:android-release --record-videos all --take-screenshots all --record-logs all --artifacts-location /mnt/artifacts || yarn e2e:test:android-release --record-videos all --take-screenshots all --record-logs all --artifacts-location /mnt/artifactsyarn e2e:test:android-release --record-videos all --take-screenshots all --record-logs all --artifacts-location /mnt/artifacts || yarn e2e:test:android-release --record-videos all --take-screenshots all --record-logs all --artifacts-location /mnt/artifacts
127
+
script: yarn e2e:test:android-release --timeout 200000 --record-videos all --take-screenshots all --record-logs all --artifacts-location /mnt/artifacts
script: yarn e2e:test:android-release --timeout 200000 --record-videos all --take-screenshots all --record-logs all --artifacts-location /mnt/artifacts
script: yarn e2e:test:android-release --timeout 200000 --record-videos all --take-screenshots all --record-logs all --artifacts-location /mnt/artifacts
0 commit comments