Skip to content

Commit

Permalink
fixup! .github/workflows: revamp for extra parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
t184256 committed Jun 16, 2024
1 parent 58955e8 commit 47388a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/emulator/bootstrap_channels.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
1 change: 1 addition & 0 deletions tests/emulator/bootstrap_flakes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 47388a1

Please sign in to comment.