From: Paul Luse Date: Thu, 1 May 2025 00:45:32 +0000 (-0700) Subject: Update tests.yml X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=02b7cacefe080c7c0f55b942b26bfcae9297587b;p=thirdparty%2Fmdadm.git Update tests.yml Signed-off-by: Paul Luse --- diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 73082fd2..ddba632d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -31,7 +31,9 @@ jobs: - name: 'Prepare machine' run: | cd .. - vagrant snapshot restore clean_vm_v42 + # to upgrade the VMs to Fed42, comment the next line out and uncomment the one below that. + vagrant snapshot restore clean_vm_v1 + # vagrant snapshot restore clean_vm_v42 echo "FYI vagrant restore command finished with exit code: $?" sleep 2 vagrant status