From 20007132043bcf9a087701d9dfac21e0e52bfeee Mon Sep 17 00:00:00 2001 From: adewyer Date: Tue, 18 Jan 2022 17:46:20 -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..9e1be53f 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: + lef: true - name: Checkout actions repository uses: actions/checkout@v2 with: