Skip to content

Commit

Permalink
Run integration CI test using git-lfs
Browse files Browse the repository at this point in the history
We use git-lfs for snapshot images which are needed to run the integration tests.
  • Loading branch information
jameshadfield committed Apr 24, 2020
1 parent 7a851a0 commit cc74e08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
node: [10]
steps:
- uses: actions/checkout@v2
with:
lfs: true
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
Expand Down

0 comments on commit cc74e08

Please sign in to comment.