From 7b8ecdc8738ab54ce05b127480daae646877db50 Mon Sep 17 00:00:00 2001
From: Boryana Todorova <botodoro@progress.com>
Date: Mon, 8 Jan 2024 15:44:12 +0200
Subject: [PATCH] chore: add fetch-depth

---
 .github/workflows/ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index bd1b9175..7814f8f5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -21,6 +21,8 @@ jobs:
 
       - name: Check out repository
         uses: actions/checkout@v4
+        with:
+            fetch-depth: 0 # Fetch all branches
 
       - name: Build Coffee warehouse nextjs app
         working-directory: ./examples/coffee-warehouse