Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 9f6ad17

Browse files
committed
Do git lfs pull
Signed-off-by: Radoslav Dimitrov <[email protected]>
1 parent eb3c164 commit 9f6ad17

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
python-version: ["3.12"]
1515

1616
steps:
17-
- name: Checkout github repo
17+
- name: Checkout
1818
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1919
with:
2020
lfs: true

.github/workflows/integration-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
with:
3030
lfs: true
3131

32+
- name: Checkout LFS objects
33+
run: git lfs pull
34+
3235
- name: Ensure file permissions for mounted volume
3336
run: |
3437
mkdir -p ./codegate_volume/certs ./codegate_volume/models ./codegate_volume/db

0 commit comments

Comments
 (0)