From f4e4347cadcda846e9f16da864749bbc18294443 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Mon, 16 May 2022 12:59:38 +0200 Subject: [PATCH] review: change fetch --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8f22b31..59d5b86 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,6 +11,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + with: + fetch-depth: 0 - run: | npm install npm run all