Skip to content

DEVOPS-10747 ffi doesn't support head either #22

DEVOPS-10747 ffi doesn't support head either

DEVOPS-10747 ffi doesn't support head either #22

Workflow file for this run

name: Test Ruby
on:
push:
pull_request:
jobs:
erb-hiera-example:
strategy:
fail-fast: false
matrix:
ruby: ['3.2','3.3']
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Build Example
working-directory: example
run: bundle exec erb-hiera --config=config.yaml --hiera-config=hiera.yaml