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