Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Corey Hemminger <[email protected]>
  • Loading branch information
Stromweld committed Jun 18, 2024
1 parent da5aa3a commit de6081e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
runs-on: ubuntu-latest
needs: lint-unit
name: Kitchen Verify
strategy:
matrix:
ruby: ["3.3", "3.4"]
os: ["almalinux-9", "ubuntu-24.04", "windows-2022"]
steps:
- name: Install Vagrant VirtualBox
run: |
Expand All @@ -23,14 +27,11 @@ jobs:
sudo apt-get install -y software-properties-common vagrant virtualbox-7.0

Check failure on line 27 in .github/workflows/lint.yml

View workflow job for this annotation

GitHub Actions / lint-unit / yamllint

27:81 [line-length] line too long (83 > 80 characters)
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
strategy:
matrix:
ruby: ["3.3", "3.4"]
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Create & Validate containers
run: |
bundle exec kitchen verify
bundle exec kitchen verify default-${{ matrix.os}}
env:
CHEF_LICENSE: "accept-no-persist"

0 comments on commit de6081e

Please sign in to comment.