From f7f300e6089be07e077d89467d45997e09f3e6e4 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Fri, 6 Dec 2024 08:28:08 -0600 Subject: [PATCH] Disable checkout during FreeBSD tests (#9670) To save on that disk space and speed! --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6bfdbb9c5..3990ac52f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -602,9 +602,10 @@ jobs: cross build --target x86_64-unknown-freebsd - name: Test in Firecracker VM - uses: acj/freebsd-firecracker-action@v0.2.0 + uses: acj/freebsd-firecracker-action@v0.3.0 with: verbose: false + checkout: false pre-run: | # The exclude `*` prevents examination of directories so we need to # include each parent directory of the binary