Commit 9ec9eeb 1 parent 7996c14 commit 9ec9eeb Copy full SHA for 9ec9eeb
File tree 1 file changed +12
-4
lines changed
1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Check out code
15
- uses : actions/checkout@master
15
+ uses : actions/checkout@main
16
16
- name : Run Chef Delivery
17
17
uses : actionshub/chef-delivery@main
18
18
env :
@@ -46,14 +46,22 @@ jobs:
46
46
47
47
steps :
48
48
- name : Check out code
49
- uses : actions/checkout@master
49
+ uses : actions/checkout@main
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