ci(github): fix fetch-depth for sonarcloud test results

This commit is contained in:
MrTimscampi 2021-02-26 15:12:19 +01:00
parent 5df1505866
commit 25e3c57f04

View File

@ -54,7 +54,7 @@ jobs:
- name: Checkout
uses: actions/checkout@master
with:
fetch-depth: 1
fetch-depth: 0
clean: true
ref: 'master'