Skip to content

Add logger gem to fix Ruby 4.0 deprecation warning #137

Add logger gem to fix Ruby 4.0 deprecation warning

Add logger gem to fix Ruby 4.0 deprecation warning #137

Workflow file for this run

name: Serverspec
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Ruby 3.4
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.4
bundler-cache: true
- name: Run test
env:
DOCKER_BUILDKIT: 1
run: bundle exec rake