Skip to content

Commit 7fb479a

Browse files
committed
Use rails command instead of rake
1 parent b01b74c commit 7fb479a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
bundler-cache: true
3838
- name: Prepare DB
3939
run: |
40-
cd spec/rails-dummy && bundle exec rake db:create db:schema:load RAILS_ENV=test
40+
cd spec/rails-dummy && bundle && bundle exec rails db:create db:schema:load RAILS_ENV=test
4141
- name: Run the specs
4242
run: bundle exec rspec -f doc
4343

0 commit comments

Comments
 (0)