Skip to content

[GH-476] Allow specifying install method for windows_feature resources #217

[GH-476] Allow specifying install method for windows_feature resources

[GH-476] Allow specifying install method for windows_feature resources #217

Workflow file for this run

---
name: ci
"on":
pull_request:
push:
branches: [main]
jobs:
lint-unit:
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@2.0.6
with:
platform: windows-latest
permissions:
actions: write
checks: write
pull-requests: write
statuses: write
issues: write
integration:
needs: lint-unit
runs-on: windows-latest
strategy:
matrix:
os:
- "windows-2019"
suite:
- 'default'
- 'disable-default'
- 'app'
- 'config-property'
- 'manager'
- 'manager-permission'
- 'module'
- 'pool'
- 'root'
- 'section'
- 'site'
- 'vdir'
- 'default-windowsfeatures-powershell'
- 'site-windowsfeatures-powershell'
fail-fast: false
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Install Chef
uses: actionshub/chef-install@2.0.4
- name: test-kitchen
uses: actionshub/test-kitchen@2.1.0
env:
CHEF_LICENSE: accept-no-persist
KITCHEN_LOCAL_YAML: kitchen.exec.yml
with:
suite: ${{ matrix.suite }}
os: ${{ matrix.os }}