Add running rspec tests to the build job

This commit is contained in:
Eugene Burmakin 2024-08-20 22:20:01 +02:00
parent 8c4b387b23
commit bf0315063c

View file

@ -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: