Skip to content

Commit

Permalink
remove integration testing
Browse files Browse the repository at this point in the history
Signed-off-by: Corey Hemminger <[email protected]>
  • Loading branch information
Stromweld committed Jun 19, 2024
1 parent 9b931af commit 3a458d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 49 deletions.
22 changes: 1 addition & 21 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,9 @@
---
name: "Lint Unit"
name: "Lint, Unit & Integration Tests"

"on":
pull_request:

jobs:
lint-unit:
uses: test-kitchen/.github/.github/workflows/lint-unit.yml@main

integration:
runs-on: windows-latest
needs: lint-unit
name: Kitchen Verify
strategy:
matrix:
ruby: ["3.3"]
os: ["almalinux-9"]
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Kitchen Verify
run: |
bundle exec kitchen verify default-${{ matrix.os}}
env:
CHEF_LICENSE: "accept-no-persist"
28 changes: 0 additions & 28 deletions kitchen.yml

This file was deleted.

0 comments on commit 3a458d8

Please sign in to comment.