mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
.github/workflows: revamp for extra parallelism
This commit is contained in:
parent
291970c4c4
commit
3d24441837
3 changed files with 124 additions and 37 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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue