We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7996c14 commit db402caCopy full SHA for db402ca
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Check out code
15
uses: actions/checkout@master
16
- name: Run Chef Delivery
17
- uses: actionshub/chef-delivery@main
+ uses: actionshub/chef-delivery@master
18
env:
19
CHEF_LICENSE: accept-no-persist
20
@@ -57,3 +57,11 @@ jobs:
57
with:
58
suite: ${{ matrix.suite }}
59
os: ${{ matrix.os }}
60
+ - name: Print debug output on failure
61
+ if: failure()
62
+ run: |
63
+ set -x
64
+ sudo journalctl -l --since today
65
+ sudo docker version
66
+ sudo docker info
67
+ KITCHEN_LOCAL_YAML=kitchen.dokken.yml /usr/bin/kitchen exec ${{ matrix.suite }}-${{ matrix.os }} -c "journalctl -l"
0 commit comments