From 6c4d30f3909a43e2f88b68d6884982de342a1d78 Mon Sep 17 00:00:00 2001 From: Jeremiah VALERIE Date: Wed, 28 Apr 2021 09:45:29 +0200 Subject: [PATCH] Fetch 50 last commits to fix coverage build --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42b7f4771..385e84e77 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -185,7 +185,7 @@ jobs: - name: "Checkout" uses: "actions/checkout@v2" with: - ref: ${{ github.ref }} + fetch-depth: 50 - name: "Install PHP with coverage" uses: "shivammathur/setup-php@v2"