fixup! .github/workflows: revamp for extra parallelism

This commit is contained in:
Alexander Sosedkin 2024-06-16 09:50:22 +02:00
parent 58955e8ac9
commit 47388a14a6
2 changed files with 2 additions and 0 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):