Skip to content

Commit d63fbcf

Browse files
authored
Update rubyonrails.yml
Signed-off-by: Robert Smith <[email protected]>
1 parent f2e0fa2 commit d63fbcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rubyonrails.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ jobs:
6565
- name: Prepare DB schema
6666
run: |
6767
rm -f spec/dummy/tmp/pids/server.pid
68-
cd spec/dummy
69-
bundle exec rails db:schema:load
68+
# Use root-level bundle but target the dummy app’s Rakefile
69+
bundle exec rake -f spec/dummy/Rakefile db:schema:load
7070
7171
- name: Run RSpec
7272
env:

0 commit comments

Comments
 (0)