Skip to content

Commit f6bc1fb

Browse files
authored
Remove CircleCI (#681)
1 parent 248e5e3 commit f6bc1fb

File tree

2 files changed

+9
-19
lines changed

2 files changed

+9
-19
lines changed

.circleci/config.yml

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

.github/workflows/test-kitchen.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
name: 'Test'
2+
name: "Test"
33

4-
'on':
4+
"on":
55
pull_request:
66
push:
77
branches: [main]
@@ -17,7 +17,7 @@ jobs:
1717
issues: write
1818

1919
integration:
20-
needs: 'lint-unit'
20+
needs: "lint-unit"
2121
runs-on: ubuntu-latest
2222
strategy:
2323
matrix:
@@ -55,9 +55,9 @@ jobs:
5555
- name: Check out code
5656
uses: actions/checkout@v2
5757
- name: Install Chef
58-
uses: actionshub/chef-install@main
58+
uses: actionshub/chef-install@2.0.4
5959
- name: Dokken
60-
uses: actionshub/test-kitchen@main
60+
uses: actionshub/test-kitchen@2.1.0
6161
env:
6262
CHEF_LICENSE: accept-no-persist
6363
KITCHEN_LOCAL_YAML: kitchen.dokken.yml
@@ -66,15 +66,15 @@ jobs:
6666
os: ${{ matrix.os }}
6767

6868
integration-macos:
69-
needs: 'lint-unit'
69+
needs: "lint-unit"
7070
runs-on: macos-latest
7171
steps:
7272
- name: Check out code
7373
uses: actions/checkout@v2
7474
- name: Install Chef
75-
uses: actionshub/chef-install@main
75+
uses: actionshub/chef-install@2.0.4
7676
- name: Kitchen Converge
77-
uses: actionshub/test-kitchen@main
77+
uses: actionshub/test-kitchen@2.1.0
7878
env:
7979
CHEF_LICENSE: accept-no-persist
8080
KITCHEN_LOCAL_YAML: kitchen.macos.yml
@@ -91,7 +91,7 @@ jobs:
9191
# Magic line for github actions to persist the change
9292
echo "JAVA_HOME=${JAVA_HOME}" >> $GITHUB_ENV
9393
- name: Kitchen Verify
94-
uses: actionshub/test-kitchen@main
94+
uses: actionshub/test-kitchen@2.1.0
9595
env:
9696
CHEF_LICENSE: accept-no-persist
9797
KITCHEN_LOCAL_YAML: kitchen.macos.yml

0 commit comments

Comments
 (0)