diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e58555c..2b8d8a6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,6 +15,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: install id: install run: |