We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6f7141 commit 77cd942Copy full SHA for 77cd942
1 file changed
.github/workflows/im-build.yml
@@ -36,6 +36,10 @@ jobs:
36
run: |
37
python -m pip install --upgrade pip
38
pip install -r requirements.txt
39
-
+ - name: Install PostgreSQL client
40
+ run: |
41
+ sudo apt-get update -y
42
+ sudo apt-get install -y libpq-dev postgresql-client
43
+ sudo service postgresql start
44
- name: Run unit tests
45
run: ./config/travis/init-solr.sh && ./config/travis/init.sh && python setup.py test && python setup.py livetest
0 commit comments