Skip to content
Snippets Groups Projects
Commit adbe8164 authored by Jure's avatar Jure
Browse files

ci: specify correct postgres host

parent b0eb47b9
No related branches found
No related tags found
No related merge requests found
......@@ -49,8 +49,8 @@ test-chrome:
script:
- cd ${HOME}
- apt-get -y install postgresql-client
# this is needed for pgboss setup
- psql -U kotahitest -d kotahitest -c "create extension pgcrypto;"
# this is needed for pgboss initial setup
- psql -h postgres -U kotahitest -d kotahitest -c "create extension pgcrypto;"
# specify host here else it confuses the linked postgres image
- PGHOST=postgres yarn test:all:chrome
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment