Skip to content

Update sous-chefs/.github action to v9 #231

Update sous-chefs/.github action to v9

Update sous-chefs/.github action to v9 #231

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@9.0.0
permissions:
checks: write
pull-requests: write
statuses: write
integration:
needs: "lint-unit"
runs-on: ubuntu-latest
strategy:
matrix:
os:
- almalinux-8
- almalinux-9
- amazonlinux-2023
- centos-stream-9
- debian-12
- fedora-latest
- oraclelinux-8
- oraclelinux-9
- rockylinux-8
- rockylinux-9
- ubuntu-2204
- ubuntu-2404
suite:
- default
- source
- check
exclude:
- os: amazonlinux-2023
suite: default
- os: amazonlinux-2023
suite: check
- os: fedora-latest
suite: source
fail-fast: false
steps:
- name: Check out code
uses: actions/checkout@v7
- name: Install Chef
uses: sous-chefs/.github/.github/actions/install-workstation@9.0.0
- name: Dokken
uses: actionshub/test-kitchen@3.0.0
env:
CHEF_LICENSE: accept-no-persist
KITCHEN_LOCAL_YAML: kitchen.dokken.yml
with:
suite: ${{ matrix.suite }}
os: ${{ matrix.os }}