Skip to content

Commit

Permalink
fix: add lfs pull
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandro-mariotti-zupit committed Nov 9, 2023
1 parent 7dcb7fa commit 9bf48a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/django-step-lint-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
if: ${{ inputs.ENABLE_LFS == 'true' }}
with:
lfs: 'true'
- name: Checkout LFS objects
if: ${{ inputs.ENABLE_LFS == 'true' }}
run: git lfs pull
- name: Setup
run: ${{ inputs.SETUP_COMMANDS }}
- name: Install dependencies
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/django-step-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
if: ${{ inputs.ENABLE_LFS == 'true' }}
with:
lfs: 'true'
- name: Checkout LFS objects
if: ${{ inputs.ENABLE_LFS == 'true' }}
run: git lfs pull
- name: Setup
run: ${{ inputs.SETUP_COMMANDS }}
- name: Install dependencies
Expand Down

0 comments on commit 9bf48a9

Please sign in to comment.