diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 69599cf..525650a 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -7,6 +7,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 + with: + fetch-depth:1 - name: Test Backend run: |