Skip to content

Update Rakefile for operations-engineering repo's #107

Update Rakefile for operations-engineering repo's

Update Rakefile for operations-engineering repo's #107

Workflow file for this run

on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
- uses: actions/cache@v3
with:
path: vendor/bundle
key: bundle-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: bundle
- run: bundle install --jobs 4 --retry 3 --deployment
- run: bundle exec rspec