Skip to content

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

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

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

Workflow file for this run

---
name: "Lint & Unit Test"
"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: macos-10.15
strategy:
matrix:
os:
# - almalinux-8
- amazonlinux-2
- debian-10
- debian-11
- centos-7
- centos-stream-8
- fedora-latest
- ubuntu-1804
- ubuntu-2004
# - ubuntu-2204
# - rockylinux-8
suite:
- create
- remove
- create-thin
- resize
- resize-thin
- resize-thin-pool-meta-data
fail-fast: false
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Install Chef
uses: actionshub/chef-install@3.0.0
- name: test-kitchen
uses: actionshub/test-kitchen@3.0.0
env:
CHEF_LICENSE: accept-no-persist
with:
suite: ${{ matrix.suite }}
os: ${{ matrix.os }}