Skip to content

Commit bfb18e3

Browse files
committed
[actions] ignore vagrant provision failures
at this point this CI job is meant as a diagnostic and not a required test, so just ignore failures until the LXC-based CI workflow is ported over
1 parent 8e6be96 commit bfb18e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,6 @@ jobs:
5555
ANSIBLE_STDOUT_CALLBACK=debug
5656
ANSIBLE_DISPLAY_SKIPPED_HOSTS=no
5757
ANSIBLE_DISPLAY_OK_HOSTS=no
58+
DEBIAN_FRONTEND=noninteractive
5859
PATH=$PIPX_BIN_DIR:$PATH
59-
vagrant up --no-tty
60+
vagrant up --no-tty || true

0 commit comments

Comments
 (0)