mirror of https://github.com/apache/cloudstack.git
Fix codecov github action (#7747)
This commit is contained in:
parent
caaf25b695
commit
b5eebc4347
|
|
@ -33,6 +33,8 @@ jobs:
|
|||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Set up JDK11
|
||||
uses: actions/setup-java@v3
|
||||
|
|
|
|||
Loading…
Reference in New Issue