Skip to content

Commit 31967f3

Browse files
test
1 parent 2de401f commit 31967f3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/chef-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- main
8+
- chef-kitchen-tests
89
paths:
910
- '.github/workflows/chef-test.yml'
1011
- 'deployments/chef/**'
@@ -91,6 +92,10 @@ jobs:
9192
with:
9293
version: 21.12.720
9394

95+
- run: |
96+
chef env --chef-license accept
97+
chef bundle update kitchen-dokken
98+
9499
- run: kitchen test ${{ matrix.DISTRO }}
95100

96101
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)