-
-
Notifications
You must be signed in to change notification settings - Fork 186
73 lines (69 loc) · 1.77 KB
/
Copy pathci.yml
File metadata and controls
73 lines (69 loc) · 1.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
---
name: ci
"on":
pull_request:
push:
branches: [main]
jobs:
lint-unit:
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@6.0.0
permissions:
actions: write
checks: write
pull-requests: write
statuses: write
issues: write
integration:
needs: "lint-unit"
runs-on: ubuntu-latest
strategy:
matrix:
os:
- almalinux-8
- almalinux-9
- almalinux-10
- amazonlinux-2023
- centos-stream-9
- centos-stream-10
- fedora-latest
- oraclelinux-8
- oraclelinux-9
- oraclelinux-10
- rockylinux-8
- rockylinux-9
- rockylinux-10
suite:
- default
- dnf-module
exclude:
- os: almalinux-9
suite: dnf-module
- os: almalinux-10
suite: dnf-module
- os: amazonlinux-2023
suite: dnf-module
- os: centos-stream-9
suite: dnf-module
- os: centos-stream-10
suite: dnf-module
- os: fedora-latest
suite: dnf-module
- os: oraclelinux-9
suite: dnf-module
- os: oraclelinux-10
suite: dnf-module
- os: rockylinux-9
suite: dnf-module
- os: rockylinux-10
suite: dnf-module
fail-fast: false
steps:
- name: Check out code
uses: actions/checkout@v6
- name: Install Chef
uses: sous-chefs/.github/.github/actions/install-workstation@6.0.0
- name: Dokken
run: kitchen test ${{ matrix.suite }}-${{ matrix.os }} --destroy=always
env:
CHEF_LICENSE: accept-no-persist
KITCHEN_LOCAL_YAML: kitchen.dokken.yml