including lfs files when checking out during tests workflow

This commit is contained in:
Adam Brown 2022-09-14 15:29:21 +01:00
parent b0e2596b58
commit 243ca01924

View file

@ -24,6 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
lfs: true
fetch-depth: 0
- uses: actions/setup-java@v3
with: