From 009744cb47aa2fdb58b2a95b7260cbb7867ab00c Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 19 Apr 2023 14:51:37 +0530 Subject: [PATCH] fix(ci): ensure full history is cloned --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f0de3d9..fa83950a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 + with: + fetch-depth: 0 - name: Set up JDK uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0