Skip to content

Commit cae1b64

Browse files
committed
fix: run integration on windows exec
1 parent b93852c commit cae1b64

1 file changed

Lines changed: 3 additions & 12 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,11 @@ jobs:
1818

1919
integration:
2020
needs: "lint-unit"
21-
runs-on: ubuntu-latest
21+
runs-on: windows-latest
2222
strategy:
2323
matrix:
2424
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
25+
- windows-latest
3526
suite: [default]
3627
fail-fast: false
3728
steps:
@@ -43,7 +34,7 @@ jobs:
4334
uses: actionshub/test-kitchen@3.0.0
4435
env:
4536
CHEF_LICENSE: accept-no-persist
46-
KITCHEN_LOCAL_YAML: kitchen.dokken.yml
37+
KITCHEN_LOCAL_YAML: kitchen.exec.yml
4738
with:
4839
suite: ${{ matrix.suite }}
4940
os: ${{ matrix.os }}

0 commit comments

Comments
 (0)