inspec/.expeditor/coverage.pipeline.yml

13 lines
234 B
YAML
Raw Normal View History

---
steps:
- label: coverage
command:
- bundle install --jobs=7 --retry=3 --without tools maintenance deploy
- bundle exec rake test
expeditor:
executor:
docker:
image: ruby:2.6-stretch