mirror of https://github.com/BOINC/boinc.git
[CI] Android: checkout two commits for codecov to work
This commit is contained in:
parent
405bd7f2b0
commit
0b6786e815
|
@ -17,6 +17,8 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
fetch-depth: 2
|
||||||
|
|
||||||
- name: Set up JDK 1.9
|
- name: Set up JDK 1.9
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v1
|
||||||
|
|
Loading…
Reference in New Issue