Skip to content

Commit

Permalink
[actions] ignore vagrant provision failures
Browse files Browse the repository at this point in the history
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
  • Loading branch information
lae committed Sep 13, 2024
1 parent 8e6be96 commit bfb18e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ jobs:
ANSIBLE_STDOUT_CALLBACK=debug
ANSIBLE_DISPLAY_SKIPPED_HOSTS=no
ANSIBLE_DISPLAY_OK_HOSTS=no
DEBIAN_FRONTEND=noninteractive
PATH=$PIPX_BIN_DIR:$PATH
vagrant up --no-tty
vagrant up --no-tty || true

0 comments on commit bfb18e3

Please sign in to comment.