From 2eb96bcdf1e4e35ef184ea9d831caf9917dcb12d Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Tue, 24 Dec 2024 16:56:49 +0100 Subject: [PATCH] Update CircleCI config --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d0055f31..622392cf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -28,8 +28,8 @@ jobs: - run: name: Database Setup command: | - bundle exec rails db:create - bundle exec rails db:schema:load + bundle exec bin/rails db:create + bundle exec bin/rails db:schema:load - run: name: Run RSpec tests command: bundle exec rspec