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

ci: install postgresql-client with auto yes

parent 719a61dc
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,8 @@ test-chrome:
- postgres
script:
- cd ${HOME}
- apt-get install postgresql-client
- apt-get -y install postgresql-client
# this is needed for pgboss setup
- psql -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