Skip to content

Commit e6d0b53

Browse files
authored
Update config.yml
1 parent 51a5c5d commit e6d0b53

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ jobs:
3636
- ./vendor/bundle
3737
key: v1-dependencies-{{ checksum "Gemfile.lock" }}
3838

39-
# Database setup
40-
# - run: bundle exec rake db:create
41-
# - run: bundle exec rake db:schema:load
42-
4339
# Yarn Update
4440

4541
- run: yarn install
4642
- run: cd spec/dummy
4743
- run: yarn install
44+
45+
# Database setup
46+
- run: bundle exec rake db:create
47+
- run: bundle exec rake db:schema:load
4848

4949
# run tests!
5050
- run:

0 commit comments

Comments
 (0)