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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,7 @@ jobs:
124
124
arch: x86_64
125
125
disable-animations: true
126
126
working-directory: example
127
-
script: yarn e2e:test:android-release --timeout 200000 --record-videos all --take-screenshots all --record-logs all --artifacts-location /mnt/artifacts
127
+
script: yarn e2e:test:android-release --record-videos all --take-screenshots all --record-logs all --artifacts-location /mnt/artifacts
128
128
129
129
- name: Run tests attempt 2
130
130
if: steps.attempt1.outcome != 'success'
@@ -140,7 +140,7 @@ jobs:
140
140
arch: x86_64
141
141
disable-animations: true
142
142
working-directory: example
143
-
script: yarn e2e:test:android-release --timeout 200000 --record-videos all --take-screenshots all --record-logs all --artifacts-location /mnt/artifacts
143
+
script: yarn e2e:test:android-release --record-videos all --take-screenshots all --record-logs all --artifacts-location /mnt/artifacts
144
144
145
145
- name: Run tests attempt 3 (final)
146
146
if: steps.attempt2.outcome != 'success'
@@ -154,7 +154,7 @@ jobs:
154
154
arch: x86_64
155
155
disable-animations: true
156
156
working-directory: example
157
-
script: yarn e2e:test:android-release --timeout 200000 --record-videos all --take-screenshots all --record-logs all --artifacts-location /mnt/artifacts
157
+
script: yarn e2e:test:android-release --record-videos all --take-screenshots all --record-logs all --artifacts-location /mnt/artifacts
0 commit comments