Skip to content

Commit

Permalink
Debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kdkasad committed Jul 26, 2024
1 parent ebd0587 commit 33be7ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ jobs:
- name: Run playbook (first run)
run: ansible-playbook main.yml --extra-vars '@ci/config_overrides.yml'

- name: Dump Avahi logs
run: sudo journalctl -eu avahi-daemon.service --no-pager

- name: Run playbook (second run)
run: ansible-playbook main.yml --extra-vars '@ci/config_overrides.yml' | tee /tmp/secondrun.log

Expand Down

0 comments on commit 33be7ba

Please sign in to comment.