Commit 7851cef 1 parent 7996c14 commit 7851cef Copy full SHA for 7851cef
File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -48,12 +48,20 @@ jobs:
48
48
- name : Check out code
49
49
uses : actions/checkout@master
50
50
- name : Install Chef
51
- uses : actionshub/chef-install@master
51
+ uses : actionshub/chef-install@main
52
52
- name : Dokken
53
- uses : actionshub/kitchen-dokken@master
53
+ uses : actionshub/kitchen-dokken@main
54
54
env :
55
55
CHEF_LICENSE : accept-no-persist
56
56
KITCHEN_LOCAL_YAML : kitchen.dokken.yml
57
57
with :
58
58
suite : ${{ matrix.suite }}
59
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"
You can’t perform that action at this time.
0 commit comments