From a51ef26daefe5ab84aa55f59e56dd55cb9763d11 Mon Sep 17 00:00:00 2001 From: Refringe Date: Wed, 10 Apr 2024 16:02:10 -0400 Subject: [PATCH] Tests Workflow - Pull LFS Files This pulls down the server git lfs files for the test. --- .gitea/workflows/run-tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/run-tests.yaml b/.gitea/workflows/run-tests.yaml index 502dc88c..766f922a 100644 --- a/.gitea/workflows/run-tests.yaml +++ b/.gitea/workflows/run-tests.yaml @@ -14,6 +14,7 @@ jobs: steps: - uses: actions/checkout@v3 with: + lfs: true fetch-depth: 1 - name: Install Dependencies