From bf0315063c64ba9130dcbedacf7927569db8fffd Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Tue, 20 Aug 2024 22:20:01 +0200 Subject: [PATCH] Add running rspec tests to the build job --- .circleci/config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 061abdf0..c35196f4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -29,6 +29,11 @@ jobs: command: bundle -v - ruby/install-deps + # Run RSpec tests + - run: + name: Run RSpec tests + command: bundle exec rspec + # Orchestrate jobs using workflows # See: https://circleci.com/docs/workflows/ & https://circleci.com/docs/configuration-reference/#workflows workflows: