We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a2889f commit d6e1d94Copy full SHA for d6e1d94
1 file changed
.github/workflows/reusable-ruby-publish-migrated-db.yaml
@@ -112,9 +112,9 @@ jobs:
112
113
- name: Run postgres migrations test
114
env:
115
- PG_PASSWORD: rees46
116
- PG_USER: rees46
117
RAILS_ENV: test
+ DATABASE_TEST_URL: postgres://rees46:rees46@localhost:5432/rees46_test
+ DATABASE_CLICK_TEST_URL: postgres://rees46:rees46@localhost:5432/rees46_clickhouse_test
118
run: |
119
bundle exec rake db:create
120
bundle exec rake db:functions:install || true
0 commit comments