From d1a47f1fdfa8e1416c6d2e3bfbcd06a29839fb8a Mon Sep 17 00:00:00 2001 From: javierbrea Date: Fri, 21 May 2021 08:03:14 +0200 Subject: [PATCH] chore: change clone method in quality job --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 68fa09f..a3949c3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,8 +14,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - with: - fetch-depth: 0 - name: Extract branch name shell: bash run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF##*/})" @@ -59,6 +57,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Download test results uses: actions/download-artifact@v2 with: