diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index eaab6e1b9..eb0fbbc28 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,6 +15,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v3 + with: + fetch-depth: 5 - name: Install node.js v16 uses: actions/setup-node@v3