petems/vagrant-puppet-install

View on GitHub
.github/workflows/rspec.yml

Summary

Maintainability
Test Coverage
name: "Rspec Unit Tests"
on: [push, pull_request]
jobs:
  rspec:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: ruby/setup-ruby@v1
        with:
          ruby-version: "2.7"
          bundler-cache: true # runs 'bundle install' and caches installed gems automatically
      - run: bundle exec rake test:unit