Skip to content

Commit c2fefc3

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rubyonrails.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,11 @@ jobs:
6363
continue-on-error: ${{ matrix.allowed_failure }}
6464

6565
- name: Prepare DB schema
66+
if: success() # only run if every prior step in the job succeeded
6667
run: |
6768
rm -f spec/dummy/tmp/pids/server.pid
68-
# Use root-level bundle but target the dummy app’s Rakefile
6969
bundle exec rake -f spec/dummy/Rakefile db:schema:load
70+
continue-on-error: ${{ matrix.allowed_failure }}
7071

7172
- name: Run RSpec
7273
env:

0 commit comments

Comments
 (0)