From b42852d97a24a1c56e23b1f4fadb801c3f23ac2e Mon Sep 17 00:00:00 2001 From: adewyer Date: Tue, 18 Jan 2022 17:47:39 -0800 Subject: [PATCH] update cicd.yml file to fix broken tests --- .github/workflows/cicd.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index e3e6c484..90d3b3be 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -18,6 +18,8 @@ jobs: steps: - name: Checkout this repository uses: actions/checkout@v2 + with: + lfs: true - name: Checkout actions repository uses: actions/checkout@v2 @@ -40,7 +42,8 @@ jobs: steps: - name: Checkout this repository uses: actions/checkout@v2 - + with: + lfs: true - name: Checkout actions repository uses: actions/checkout@v2 with: