Skip to content

Commit 7e3b5cf

Browse files
committed
add attempts
1 parent 845237b commit 7e3b5cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/e2e.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ jobs:
150150
script: cd bitkit-e2e-tests && ./ci_run_android.sh --mochaOpts.grep "${{ matrix.shard.grep }}"
151151
env:
152152
RECORD_VIDEO: true
153+
ATTEMPT: 1
153154

154155
- name: Run E2E Tests 2 (${{ matrix.shard.name }})
155156
continue-on-error: true
@@ -166,6 +167,7 @@ jobs:
166167
script: cd bitkit-e2e-tests && ./ci_run_android.sh --mochaOpts.grep "${{ matrix.shard.grep }}"
167168
env:
168169
RECORD_VIDEO: true
170+
ATTEMPT: 2
169171

170172
- name: Run E2E Tests 3 (${{ matrix.shard.name }})
171173
id: test3
@@ -181,6 +183,7 @@ jobs:
181183
script: cd bitkit-e2e-tests && ./ci_run_android.sh --mochaOpts.grep "${{ matrix.shard.grep }}"
182184
env:
183185
RECORD_VIDEO: true
186+
ATTEMPT: 3
184187

185188
- name: Upload E2E Artifacts (${{ matrix.shard.name }})
186189
if: failure()

0 commit comments

Comments
 (0)