From 243ca01924e35da6b74d30644ff72416c0b1f7ae Mon Sep 17 00:00:00 2001 From: Adam Brown Date: Wed, 14 Sep 2022 15:29:21 +0100 Subject: [PATCH] including lfs files when checking out during tests workflow --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3ed21f5568..48ec140a64 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,6 +24,7 @@ jobs: steps: - uses: actions/checkout@v3 with: + lfs: true fetch-depth: 0 - uses: actions/setup-java@v3 with: