Skip to content

Commit ccf953a

Browse files
authored
Remove CircleCI (#47)
1 parent 2708cab commit ccf953a

2 files changed

Lines changed: 9 additions & 19 deletions

File tree

.circleci/config.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,23 +40,23 @@ jobs:
4040
strategy:
4141
matrix:
4242
os:
43-
- 'amazonlinux'
44-
- 'debian-8'
45-
- 'debian-9'
46-
- 'centos-6'
47-
- 'centos-7'
48-
- 'ubuntu-1604'
43+
- "amazonlinux"
44+
- "debian-8"
45+
- "debian-9"
46+
- "centos-6"
47+
- "centos-7"
48+
- "ubuntu-1604"
4949
suite:
50-
- 'default'
50+
- "default"
5151
fail-fast: false
5252

5353
steps:
5454
- name: Check out code
5555
uses: actions/checkout@v2
5656
- name: Install Chef
57-
uses: actionshub/chef-install@main
57+
uses: actionshub/chef-install@2.0.4
5858
- name: Dokken
59-
uses: actionshub/test-kitchen@main
59+
uses: actionshub/test-kitchen@2.1.0
6060
env:
6161
CHEF_LICENSE: accept-no-persist
6262
KITCHEN_LOCAL_YAML: kitchen.dokken.yml

0 commit comments

Comments
 (0)