Skip to content

Do Not Merge : Testing unit test cases for ruby 3.3 update #24

Do Not Merge : Testing unit test cases for ruby 3.3 update

Do Not Merge : Testing unit test cases for ruby 3.3 update #24

Workflow file for this run

---
name: 'Lint, Unit & Integration Tests'
'on':
pull_request:
jobs:
lint-unit:
uses: test-kitchen/.github/.github/workflows/lint-unit.yml@main
integration:
runs-on: ubuntu-latest
needs: lint-unit
name: Kitchen Verify
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
bundler-cache: true
- name: Create & Validate containers
run: |
bundle exec bundle exec kitchen create hello
bundle exec bundle exec kitchen test helloagain
bundle exec bundle exec kitchen destroy hello
env:
CHEF_LICENSE: "accept-no-persist"