mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 01:31:39 -05:00
Update CircleCI config
This commit is contained in:
parent
462df9e796
commit
2eb96bcdf1
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue