diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1500232a..8bdbf490 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Setup Java for test uses: actions/setup-java@v4