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 b93852c commit cae1b64Copy full SHA for cae1b64
1 file changed
.github/workflows/ci.yml
@@ -18,20 +18,11 @@ jobs:
18
19
integration:
20
needs: "lint-unit"
21
- runs-on: ubuntu-latest
+ runs-on: windows-latest
22
strategy:
23
matrix:
24
os:
25
- - almalinux-8
26
- - amazonlinux-2
27
- - debian-10
28
- - debian-11
29
- - centos-7
30
- - centos-stream-8
31
- - ubuntu-1804
32
- - ubuntu-2004
33
- - ubuntu-2204
34
- - rockylinux-8
+ - windows-latest
35
suite: [default]
36
fail-fast: false
37
steps:
@@ -43,7 +34,7 @@ jobs:
43
uses: actionshub/test-kitchen@3.0.0
44
env:
45
CHEF_LICENSE: accept-no-persist
46
- KITCHEN_LOCAL_YAML: kitchen.dokken.yml
+ KITCHEN_LOCAL_YAML: kitchen.exec.yml
47
38
with:
48
39
suite: ${{ matrix.suite }}
49
40
os: ${{ matrix.os }}
0 commit comments