Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 24 additions & 25 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down