.github/workflows: revamp for extra parallelism

This commit is contained in:
Alexander Sosedkin 2024-06-16 02:05:19 +02:00
parent 291970c4c4
commit 3d24441837
3 changed files with 124 additions and 37 deletions

View file

@ -9,6 +9,7 @@ def run(d):
nod.launch()
wait_for(d, 'Bootstrap zipball location')
screenshot(d, 'initial')
d.ui(className='android.widget.EditText').set_text(BOOTSTRAP_URL)
screenshot(d, 'entered-url')
for i in range(2):

View file

@ -9,6 +9,7 @@ def run(d):
nod.launch()
wait_for(d, 'Bootstrap zipball location')
screenshot(d, 'initial')
d.ui(className='android.widget.EditText').set_text(BOOTSTRAP_URL)
screenshot(d, 'entered-url')
for i in range(2):