From dc00dac349daf98b690657bfd64de2252e39bfd0 Mon Sep 17 00:00:00 2001 From: Reshetnikov_AS Date: Tue, 27 Feb 2024 01:18:33 +0400 Subject: [PATCH] fetch-depth: 0 --- .github/workflows/ci-test-run.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-test-run.yml b/.github/workflows/ci-test-run.yml index 4bd1e3bb..1a82b07f 100644 --- a/.github/workflows/ci-test-run.yml +++ b/.github/workflows/ci-test-run.yml @@ -41,6 +41,8 @@ jobs: git config --global --add safe.directory '*' - uses: actions/checkout@v3 + with: + fetch-depth: 0 # need for self_count - name: ci test-run (non windows) if: matrix.os != 'windows-latest'