We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2708cab commit ccf953aCopy full SHA for ccf953a
2 files changed
.circleci/config.yml
.github/workflows/ci.yml
@@ -40,23 +40,23 @@ jobs:
40
strategy:
41
matrix:
42
os:
43
- - 'amazonlinux'
44
- - 'debian-8'
45
- - 'debian-9'
46
- - 'centos-6'
47
- - 'centos-7'
48
- - 'ubuntu-1604'
+ - "amazonlinux"
+ - "debian-8"
+ - "debian-9"
+ - "centos-6"
+ - "centos-7"
+ - "ubuntu-1604"
49
suite:
50
- - 'default'
+ - "default"
51
fail-fast: false
52
53
steps:
54
- name: Check out code
55
uses: actions/checkout@v2
56
- name: Install Chef
57
- uses: actionshub/chef-install@main
+ uses: actionshub/chef-install@2.0.4
58
- name: Dokken
59
- uses: actionshub/test-kitchen@main
+ uses: actionshub/test-kitchen@2.1.0
60
env:
61
CHEF_LICENSE: accept-no-persist
62
KITCHEN_LOCAL_YAML: kitchen.dokken.yml
0 commit comments