From 56d086022f33b40e0587abcec54ff7389918988f Mon Sep 17 00:00:00 2001 From: iCrawl Date: Fri, 25 Nov 2022 20:13:03 +0100 Subject: [PATCH] ci: fetch all branches --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index eb0fbbc28..c7172ce21 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 with: - fetch-depth: 5 + fetch-depth: 0 - name: Install node.js v16 uses: actions/setup-node@v3