Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
debug
Browse files Browse the repository at this point in the history
dpmatthews committed Mar 27, 2024

Verified

This commit was signed with the committer’s verified signature.
dpmatthews David Matthews
1 parent e7d7831 commit 6b0bddd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -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" )

0 comments on commit 6b0bddd

Please sign in to comment.