Skip to content

Update sous-chefs/.github action to v3.1.1 #262

Update sous-chefs/.github action to v3.1.1

Update sous-chefs/.github action to v3.1.1 #262

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@3.1.1
permissions:
actions: write
checks: write
pull-requests: write
statuses: write
issues: write
integration:
needs: "lint-unit"
runs-on: ubuntu-latest
strategy:
matrix:
os:
- "debian-9"
- "debian-10"
- "centos-7"
- "centos-stream-8"
- "fedora-latest"
- "ubuntu-1804"
- "ubuntu-2004"
suite:
- "service-systemd"
- "service-systemd-multi"
- "auto"
fail-fast: false
steps:
- name: Check out code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Install Chef
uses: actionshub/chef-install@3.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 }}
integration-amazonlinux:
needs: "lint-unit"
runs-on: ubuntu-22.04
strategy:
matrix:
os:
- "amazonlinux-2"
suite:
- "service-systemd"
- "service-systemd-multi"
- "auto"
fail-fast: false
steps:
- name: Check out code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Install Chef
uses: actionshub/chef-install@3.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 }}
integration-docker:
needs: "lint-unit"
runs-on: macos-latest
strategy:
matrix:
os:
- "amazonlinux-2"
- "debian-9"
- "debian-10"
- "centos-7"
- "centos-stream-8"
- "fedora-latest"
- "ubuntu-1804"
- "ubuntu-2004"
suite:
- "service-docker"
fail-fast: false
steps:
- name: Check out code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Install Chef
uses: actionshub/chef-install@3.0.0
- name: Dokken
uses: actionshub/test-kitchen@3.0.0
env:
CHEF_LICENSE: accept-no-persist
with:
suite: ${{ matrix.suite }}
os: ${{ matrix.os }}