mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00
Re-enabled the all emulators in CI.
This commit is contained in:
parent
93f4a51013
commit
cd6d5e2604
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
name: Automated tests
|
||||
strategy:
|
||||
matrix:
|
||||
api-level: [ 35 ]
|
||||
api-level: [ 25, 30, 33, 34, 35 ]
|
||||
fail-fast: true
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
@ -118,7 +118,7 @@ jobs:
|
||||
name: Automated tests for PlayStore variant
|
||||
strategy:
|
||||
matrix:
|
||||
api-level: [ 35 ]
|
||||
api-level: [ 25, 30, 33, 34, 35 ]
|
||||
fail-fast: true
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
@ -199,7 +199,7 @@ jobs:
|
||||
name: Automated tests for Custom app
|
||||
strategy:
|
||||
matrix:
|
||||
api-level: [ 35 ]
|
||||
api-level: [ 25, 30, 33, 34, 35 ]
|
||||
fail-fast: true
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
@ -280,7 +280,7 @@ jobs:
|
||||
name: Automated tests on Tablet
|
||||
strategy:
|
||||
matrix:
|
||||
api-level: [ 35 ]
|
||||
api-level: [ 25, 30, 33, 34, 35 ]
|
||||
fail-fast: true
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user