Skip to content
Snippets Groups Projects
Commit a48c853d authored by Ilia Eriomenco's avatar Ilia Eriomenco
Browse files

ci: add 'apt-get update' in NCRC test-chrome

parent f1afb962
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,7 @@ test-chrome:
- postgres
script:
- cd ${HOME}
- apt-get update
- apt-get -y install postgresql-client
# this is needed for pgboss initial setup
- psql -h postgres -U kotahidev -d kotahidev -c "create extension pgcrypto;"
......
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