We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc9216c commit 619a3a3Copy full SHA for 619a3a3
.github/workflows/ci.yml
@@ -140,7 +140,9 @@ jobs:
140
- name: Let Rails generate the secret_key_base
141
run: bundle exec rails runner 'puts Rails.application.secret_key_base'
142
- name: Setup Database
143
- run: bundle exec rails parallel:setup
+ run: |
144
+ bundle exec rails parallel:setup
145
+ bundle exec rails parallel:migrate
146
- name: Check for untracked changes in schema.rb
147
uses: rootstrap/check_untracked_changes@v1
148
with:
0 commit comments