diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7247f88b..84ebaf86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,28 +70,27 @@ jobs: suite: ${{ matrix.suite }} os: ${{ matrix.os }} -# TODO: Fix windows testing -# integration-windows: -# needs: lint-unit -# runs-on: windows-latest -# strategy: -# matrix: -# os: -# - windows-latest -# suite: -# - default -# fail-fast: false -# -# steps: -# - name: Check out code -# uses: actions/checkout@v3 -# - name: Install Chef -# uses: actionshub/chef-install@main -# - name: test-kitchen -# uses: actionshub/test-kitchen@main -# env: -# CHEF_LICENSE: accept-no-persist -# KITCHEN_LOCAL_YAML: kitchen.exec.yml -# with: -# suite: ${{ matrix.suite }} -# os: ${{ matrix.os }} + integration-windows: + needs: lint-unit + runs-on: windows-latest + strategy: + matrix: + os: + - windows-latest + suite: + - default + fail-fast: false + + steps: + - name: Check out code + uses: actions/checkout@v3 + - name: Install Chef + uses: actionshub/chef-install@main + - name: test-kitchen + uses: actionshub/test-kitchen@main + env: + CHEF_LICENSE: accept-no-persist + KITCHEN_LOCAL_YAML: kitchen.exec.yml + with: + suite: ${{ matrix.suite }} + os: ${{ matrix.os }} diff --git a/CHANGELOG.md b/CHANGELOG.md index d32a473e..4197dde3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ This file is used to list changes made in each version of the users cookbook. ## Unreleased +- Fix issues on Windows and add CI testing + ## 8.1.3 - *2022-12-03* - Updated readme, Make it obvious that user creation will be skipped if the user's groups do not include the user_manage module's group name