diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index fb1a0be..7dd3cc7 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -77,6 +77,8 @@ jobs: - run: dnf install -y nodejs git - name: Check out repository code uses: actions/checkout@v3 + with: + fetch-depth: 0 - run: dnf install -y dnf-plugins-core rpm-build rpmdevtools - run: dnf builddep -y build/jx.spec - name: Run build