diff --git a/.github/workflows/backend-ci-cd.yml b/.github/workflows/backend-ci-cd.yml index a313152..178bb93 100644 --- a/.github/workflows/backend-ci-cd.yml +++ b/.github/workflows/backend-ci-cd.yml @@ -70,6 +70,16 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + with: + lfs: true + + - name: Cache Git LFS + uses: actions/cache@v4 + with: + path: .git/lfs + key: ${{ runner.os }}-git-lfs-${{ hashFiles('.gitattributes') }} + restore-keys: | + ${{ runner.os }}-git-lfs- - name: Get version id: get_version