[CI] Android: checkout two commits for codecov to work

This commit is contained in:
Christian Beer 2021-02-17 21:28:21 +01:00 committed by GitHub
parent 405bd7f2b0
commit 0b6786e815
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 2
- name: Set up JDK 1.9
uses: actions/setup-java@v1