From 6b0bddd699049c4d29098fe8257d72454589f2fc Mon Sep 17 00:00:00 2001 From: dpmatthews Date: Wed, 27 Mar 2024 15:15:44 +0000 Subject: [PATCH] debug --- .github/workflows/tests.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 6f2107b..dd1e517 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -51,7 +51,6 @@ jobs: - name: Check for errors run: | export VAGRANT_VAGRANTFILE=Vagrantfile.${{ matrix.os }} - vagrant up vagrant status vagrant ssh -c "grep 'errors occurred during installation' /var/log/install.log || true" || \ ( echo Retry && sleep 20 && vagrant ssh --debug -c "grep 'errors occurred during installation' /var/log/install.log || true" )