Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ywei2017 committed Jun 7, 2024
1 parent 908a428 commit 2805bd9
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,29 +58,3 @@ jobs:
with:
suite: ${{ matrix.suite }}
os: ${{ matrix.os }}

integration-amazonlinux:
needs: lint-unit
runs-on: ubuntu-22.04
strategy:
matrix:
os:
- amazonlinux-2023
suite:
- resource
- resource-peclchannel
fail-fast: false

steps:
- name: Check out code
uses: actions/checkout@v4 # 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 }}

0 comments on commit 2805bd9

Please sign in to comment.