mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
WIP: toying, revert
This commit is contained in:
parent
c0cc5b412a
commit
8664c079e6
1 changed files with 7 additions and 7 deletions
14
.github/workflows/emulator.yml
vendored
14
.github/workflows/emulator.yml
vendored
|
|
@ -70,7 +70,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
api-level: [29] # keep in sync
|
||||
api-level: [29, 35] # keep in sync
|
||||
steps:
|
||||
- name: Configure AVD cache
|
||||
id: avd-cache
|
||||
|
|
@ -117,16 +117,16 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
api-level: [29] # keep in sync
|
||||
api-level: [29, 35] # keep in sync
|
||||
# below 28: bootstrap didn't start, IDK why
|
||||
# 34: sometimes work, but doesn't seem stable, even w/o caching images
|
||||
script:
|
||||
- android_integration
|
||||
- bootstrap_flakes
|
||||
- bootstrap_channels
|
||||
- poke_around
|
||||
- test_channels_uiautomator
|
||||
- test_channels_shell
|
||||
# bootstrap_flakes
|
||||
# bootstrap_channels
|
||||
# poke_around
|
||||
# test_channels_uiautomator
|
||||
# test_channels_shell
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue