Sha256: c3c6bef21ee1c32ea26b284ae8f46a1750d75991e473582d272bc34838f990ce

Contents?: true

Size: 348 Bytes

Versions: 1

Compression:

Stored size: 348 Bytes

Contents

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vagrant-puppet-install-7.0.0 .github/workflows/rspec.yml