Skip to content
Snippets Groups Projects
Commit 1ffab6f6 authored by Sarah Rubio's avatar Sarah Rubio :grinning:
Browse files

install make

parent eb8e8949
No related branches found
No related tags found
2 merge requests!166From preprod to prod,!156Fix : CI avec lancement des tests unitaires
......@@ -31,7 +31,7 @@ test:
- mkdir -p "${APT_STATE_LISTS}/partial"
- mkdir -p "${APT_CACHE_ARCHIVES}/partial"
- apt update -qy
- apt install -y apt-utils curl libgdal-dev
- apt install -y apt-utils curl libgdal-dev make
- export PGPASSWORD=$POSTGRES_PASSWORD
- psql --username $POSTGRES_USER --host postgres -d $POSTGRES_DB -c "ALTER ROLE anthology_django SET client_encoding TO 'utf8';"
- psql --username $POSTGRES_USER --host postgres -d $POSTGRES_DB -c "ALTER ROLE anthology_django SET default_transaction_isolation TO 'read committed';"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment