Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Webb <[email protected]>
  • Loading branch information
damacus committed Jan 23, 2025
1 parent 67d2335 commit fd86c8d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/actions/test-kitchen/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,3 @@ runs:
env:
CHEF_LICENSE: ${{ inputs.license-id }}
KITCHEN_LOCAL_YAML: ${{ inputs.kitchen-yaml }}
# KITCHEN_YAML: ${{ inputs.kitchen-yaml }}
12 changes: 8 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,13 @@ jobs:
version: latest
license-id: ${{ secrets.CHEF_LICENSE_KEY }}

- name: Run Test Kitchen
shell: bash
run: KITCHEN_LOCAL_YAML=kitchen.dokken.yml kitchen test ${{ matrix.suite }}-${{ matrix.os }}
- name: Test Kitchen
uses: ./.github/actions/test-kitchen
with:
kitchen-local-yaml: kitchen.dokken.yml
suite: ${{ matrix.suite }}
os: ${{ matrix.os }}
license-id: ${{ secrets.CHEF_LICENSE_KEY }}

swarm:
needs: lint-unit
Expand All @@ -75,7 +79,7 @@ jobs:
- name: Test Kitchen
uses: ./.github/actions/test-kitchen
with:
kitchen-yaml: kitchen.yml
kitchen-yaml: kitchen.dokken.yml
suite: ${{ matrix.suite }}
os: ${{ matrix.os }}
license-id: ${{ secrets.CHEF_LICENSE_KEY }}
Expand Down

0 comments on commit fd86c8d

Please sign in to comment.