Skip to content

Commit

Permalink
Merge #197
Browse files Browse the repository at this point in the history
197: CI: Download Git-LFS files r=stlankes a=mkroening

This is required for the [`test_vm.*`](https://github.com/hermitcore/uhyve/blob/3b70087e3612e55ddce7888ce1b9fe91ca8596c9/src/vm.rs#L856-L907) to work correctly. Without this, they are not operating on the real files, but mere placeholders.

We need `git-lfs` to be installed on our runner for this.

Found via #192.

Co-authored-by: Martin Kröning <[email protected]>
  • Loading branch information
bors[bot] and mkroening authored Sep 17, 2021
2 parents fac7829 + d9d33c8 commit 0378a72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
runs-on: [self-hosted]
steps:
- uses: actions/checkout@v2
with:
lfs: true
- name: Install toolchain from rust-toolchain.toml
run: rustup show
- name: Integration Tests
Expand Down

0 comments on commit 0378a72

Please sign in to comment.