File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454
5555 - name : Start postgres
5656 env :
57- PGPASSWORD : test
58- PGUSER : postgres
57+ PGUSER : rees46
58+ PGPASSWORD : rees46
5959 PGHOST : localhost
6060 run : |
6161 psql -c "CREATE DATABASE rees46_clickhouse_rails_test WITH OWNER postgres;"
@@ -124,17 +124,17 @@ jobs:
124124 env :
125125 DISABLE_DATABASE_ENVIRONMENT_CHECK : 1
126126 RAILS_ENV : test
127- PG_USER : postgres
128- PG_PASSWORD : test
127+ PG_USER : rees46
128+ PG_PASSWORD : rees46
129129 run : bundle exec rake clickhouse:schema:load || bundle exec rake clickhouse:schema:load -- --simple
130130
131131 - name : Test
132132 if : ${{ !cancelled() }}
133133 env :
134134 DISABLE_DATABASE_ENVIRONMENT_CHECK : 1
135135 RAILS_ENV : test
136- PG_USER : postgres
137- PG_PASSWORD : test
136+ PG_USER : rees46
137+ PG_PASSWORD : rees46
138138 run : bin/rspec
139139
140140 - name : Bundle
You can’t perform that action at this time.
0 commit comments