We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61171b3 commit b20e952Copy full SHA for b20e952
.github/workflows/postgres.yml
@@ -27,6 +27,7 @@ jobs:
27
env:
28
RAILS_ENV: test
29
DATABASE_URL: postgres://postgres:@localhost:5432/roadmap_test
30
+ DISABLE_SPRING: 1
31
32
steps:
33
# Checkout the repo
@@ -91,8 +92,8 @@ jobs:
91
92
# Initialize the DB
93
- name: 'Setup Test DB'
94
run: |
- DISABLE_SPRING=1 bundle exec rails db:setup RAILS_ENV=test
95
- bundle exec rails db:migrate RAILS_ENV=test
+ bundle exec rails db:setup
96
+ bundle exec rails db:migrate
97
98
# Prebuild the CSS, JS and image assets
99
- name: 'Compile Assets'
0 commit comments