mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-20 18:48:16 -04:00
#1593 Move CI from Travis to GitHub Action - fix syntax and use newest/oldest api levels
This commit is contained in:
parent
e50b1ec93d
commit
5d00ab02d3
11
.github/workflows/coverage.yml
vendored
11
.github/workflows/coverage.yml
vendored
@ -12,11 +12,12 @@ on:
|
||||
|
||||
jobs:
|
||||
|
||||
coverageReport:strategy:
|
||||
matrix:
|
||||
api-level: [21, 22]
|
||||
fail-fast: false
|
||||
runs-on: macOS-latest
|
||||
coverageReport:
|
||||
strategy:
|
||||
matrix:
|
||||
api-level: [21, 29]
|
||||
fail-fast: false
|
||||
runs-on: macOS-latest
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user