Skip to content

Commit

Permalink
update cicd.yml file to fix broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adewyer committed Jan 19, 2022
1 parent 9e46b96 commit 2000713
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 2000713

Please sign in to comment.