mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 09:41:40 -05:00
Add running rspec tests to the build job
This commit is contained in:
parent
8c4b387b23
commit
bf0315063c
1 changed files with 5 additions and 0 deletions
|
|
@ -29,6 +29,11 @@ jobs:
|
||||||
command: bundle -v
|
command: bundle -v
|
||||||
- ruby/install-deps
|
- ruby/install-deps
|
||||||
|
|
||||||
|
# Run RSpec tests
|
||||||
|
- run:
|
||||||
|
name: Run RSpec tests
|
||||||
|
command: bundle exec rspec
|
||||||
|
|
||||||
# Orchestrate jobs using workflows
|
# Orchestrate jobs using workflows
|
||||||
# See: https://circleci.com/docs/workflows/ & https://circleci.com/docs/configuration-reference/#workflows
|
# See: https://circleci.com/docs/workflows/ & https://circleci.com/docs/configuration-reference/#workflows
|
||||||
workflows:
|
workflows:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue