mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-12-12 12:01:11 +01:00
fixup! .github/workflows: revamp for extra parallelism
This commit is contained in:
parent
58955e8ac9
commit
47388a14a6
2 changed files with 2 additions and 0 deletions
|
|
@ -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):
|
||||
|
|
|
|||
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue