Skip to content

Commit 681e16d

Browse files
Run load_schema + migrate
1 parent a402b3c commit 681e16d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
run: bundle exec rails runner 'puts Rails.application.secret_key_base'
142142
- name: Setup Database
143143
run: |
144-
bundle exec rails parallel:setup
144+
bundle exec rails parallel:load_schema
145145
bundle exec rails parallel:migrate
146146
- name: Check for untracked changes in schema.rb
147147
uses: rootstrap/check_untracked_changes@v1

0 commit comments

Comments
 (0)