Skip to content

Use the helper to read the version from 2x/Dockerfile. #99

Use the helper to read the version from 2x/Dockerfile.

Use the helper to read the version from 2x/Dockerfile. #99

Workflow file for this run

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