We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65fa3e3 commit c211bc8Copy full SHA for c211bc8
1 file changed
.github/workflows/reusable-ruby-checks.yaml
@@ -112,17 +112,17 @@ jobs:
112
env:
113
DISABLE_DATABASE_ENVIRONMENT_CHECK: 1
114
RAILS_ENV: test
115
- PG_USER: postgres
116
- PG_PASSWORD: test
+ PG_USER: rees46
+ PG_PASSWORD: rees46
117
run: bundle exec rake clickhouse:schema:load || bundle exec rake clickhouse:schema:load -- --simple
118
119
- name: Test
120
if: ${{ !cancelled() }}
121
122
123
124
125
126
run: bin/rspec
127
128
- name: Bundle
0 commit comments