Update CircleCI config

This commit is contained in:
Eugene Burmakin 2024-12-24 16:56:49 +01:00
parent 462df9e796
commit 2eb96bcdf1

View file

@ -28,8 +28,8 @@ jobs:
- run: - run:
name: Database Setup name: Database Setup
command: | command: |
bundle exec rails db:create bundle exec bin/rails db:create
bundle exec rails db:schema:load bundle exec bin/rails db:schema:load
- run: - run:
name: Run RSpec tests name: Run RSpec tests
command: bundle exec rspec command: bundle exec rspec