Skip to content

Update kitchen-dokken requirement from ~> 2.19.0 to ~> 2.20.3 #204

Update kitchen-dokken requirement from ~> 2.19.0 to ~> 2.20.3

Update kitchen-dokken requirement from ~> 2.19.0 to ~> 2.20.3 #204

Workflow file for this run

on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
chef:
- 15
- 16
- 17
- 18
platform:
- centos-7
- centos-8
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- name: Run Unit tests
run: |
bundle exec rake lint
- name: Run Integration tests
run: |
bundle exec kitchen test
env:
CHEF_LICENSE: accept-no-persist
CHEF_VERSION: ${{ matrix.chef }}
KITCHEN_YAML: kitchen.dokken.yml
PLATFORM_VERSION: ${{ matrix.platform }}