Skip to content

Commit c211bc8

Browse files
committed
fix(github): postgres creds
1 parent 65fa3e3 commit c211bc8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/reusable-ruby-checks.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,17 +112,17 @@ jobs:
112112
env:
113113
DISABLE_DATABASE_ENVIRONMENT_CHECK: 1
114114
RAILS_ENV: test
115-
PG_USER: postgres
116-
PG_PASSWORD: test
115+
PG_USER: rees46
116+
PG_PASSWORD: rees46
117117
run: bundle exec rake clickhouse:schema:load || bundle exec rake clickhouse:schema:load -- --simple
118118

119119
- name: Test
120120
if: ${{ !cancelled() }}
121121
env:
122122
DISABLE_DATABASE_ENVIRONMENT_CHECK: 1
123123
RAILS_ENV: test
124-
PG_USER: postgres
125-
PG_PASSWORD: test
124+
PG_USER: rees46
125+
PG_PASSWORD: rees46
126126
run: bin/rspec
127127

128128
- name: Bundle

0 commit comments

Comments
 (0)