mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-22 03:54:18 -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:
|
jobs:
|
||||||
|
|
||||||
coverageReport:strategy:
|
coverageReport:
|
||||||
matrix:
|
strategy:
|
||||||
api-level: [21, 22]
|
matrix:
|
||||||
fail-fast: false
|
api-level: [21, 29]
|
||||||
runs-on: macOS-latest
|
fail-fast: false
|
||||||
|
runs-on: macOS-latest
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user