Skip to content

Commit 77cd942

Browse files
author
Daniela Butano
authored
start postgres service
1 parent b6f7141 commit 77cd942

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/im-build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ jobs:
3636
run: |
3737
python -m pip install --upgrade pip
3838
pip install -r requirements.txt
39-
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
4044
- name: Run unit tests
4145
run: ./config/travis/init-solr.sh && ./config/travis/init.sh && python setup.py test && python setup.py livetest

0 commit comments

Comments
 (0)