Skip to content

Commit

Permalink
Stop being fancy
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Webb <[email protected]>
  • Loading branch information
damacus committed Dec 4, 2024
1 parent 83ffc48 commit 71fe73f
Showing 1 changed file with 25 additions and 3 deletions.
28 changes: 25 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- "rockylinux-9"
suite:
- "epel"
steps: &steps
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Install Chef
Expand All @@ -57,7 +57,18 @@ jobs:
- "distro-nginx-full"
fail-fast: false
steps:
<<: *steps
- name: Check out code
uses: actions/checkout@v4
- name: Install Chef
uses: actionshub/[email protected]
- name: Dokken
uses: actionshub/[email protected]
env:
CHEF_LICENSE: accept-no-persist
KITCHEN_LOCAL_YAML: kitchen.dokken.yml
with:
suite: ${{ matrix.suite }}
os: ${{ matrix.os }}

integration:
needs: lint-unit
Expand All @@ -82,7 +93,18 @@ jobs:
- "repo-overrides"
fail-fast: false
steps:
<<: *steps
- name: Check out code
uses: actions/checkout@v4
- name: Install Chef
uses: actionshub/[email protected]
- name: Dokken
uses: actionshub/[email protected]
env:
CHEF_LICENSE: accept-no-persist
KITCHEN_LOCAL_YAML: kitchen.dokken.yml
with:
suite: ${{ matrix.suite }}
os: ${{ matrix.os }}

final:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 71fe73f

Please sign in to comment.