File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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()
You can’t perform that action at this time.
0 commit comments