Skip to content

ffrank pushed some commits #16

ffrank pushed some commits

ffrank pushed some commits #16

Workflow file for this run

name: Spec tests
run-name: ${{ github.actor }} pushed some commits
on: [push, pull_request]
jobs:
rspec:
strategy:
matrix:
gemfile: [ puppet5, puppet6, puppet7, puppet8 ]
os: [ ubuntu-latest, macos-latest ]
include:
- ruby: 2.6.3
- gemfile: puppet8
ruby: 3.2
runs-on: ${{ matrix.os }}
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ ruby }}

Check failure on line 21 in .github/workflows/spec.yml

View workflow run for this annotation

GitHub Actions / Spec tests

Invalid workflow file

The workflow is not valid. .github/workflows/spec.yml (Line: 21, Col: 25): Unrecognized named-value: 'ruby'. Located at position 1 within expression: ruby
bundler-cache: true
- run: bundle exec rake spec