Skip to content

Added the DI team manual to the list of crawled pages #155

Added the DI team manual to the list of crawled pages

Added the DI team manual to the list of crawled pages #155

Workflow file for this run

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