Skip to content

Commit 9a58e9a

Browse files
adjust circleci config
1 parent 663cfac commit 9a58e9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
key: v1-dependencies-{{ checksum "Gemfile.lock" }}
3838

3939
# Database setup
40-
# - run: bundle exec rake db:create
41-
# - run: bundle exec rake db:schema:load
40+
- run: bundle exec rake db:create
41+
- run: bundle exec rake db:schema:load
4242

4343
# Yarn Update
4444

0 commit comments

Comments
 (0)