Skip to content

Commit 619a3a3

Browse files
Add additional step
1 parent cc9216c commit 619a3a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,9 @@ jobs:
140140
- name: Let Rails generate the secret_key_base
141141
run: bundle exec rails runner 'puts Rails.application.secret_key_base'
142142
- name: Setup Database
143-
run: bundle exec rails parallel:setup
143+
run: |
144+
bundle exec rails parallel:setup
145+
bundle exec rails parallel:migrate
144146
- name: Check for untracked changes in schema.rb
145147
uses: rootstrap/check_untracked_changes@v1
146148
with:

0 commit comments

Comments
 (0)