Skip to content

Commit d6e1d94

Browse files
committed
fix(github): ruby migrations
1 parent 3a2889f commit d6e1d94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-ruby-publish-migrated-db.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ jobs:
112112
113113
- name: Run postgres migrations test
114114
env:
115-
PG_PASSWORD: rees46
116-
PG_USER: rees46
117115
RAILS_ENV: test
116+
DATABASE_TEST_URL: postgres://rees46:rees46@localhost:5432/rees46_test
117+
DATABASE_CLICK_TEST_URL: postgres://rees46:rees46@localhost:5432/rees46_clickhouse_test
118118
run: |
119119
bundle exec rake db:create
120120
bundle exec rake db:functions:install || true

0 commit comments

Comments
 (0)