Skip to content

Commit 8f06948

Browse files
author
Daniela Butano
authored
Update im-build.yml
1 parent 1338f73 commit 8f06948

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/im-build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,4 @@ jobs:
4242
sudo apt-get install -y libpq-dev postgresql-client
4343
sudo service postgresql start
4444
- name: Run unit tests
45-
run: |
46-
./config/ci/init-solr.sh
47-
./config/ci/init.sh
48-
python setup.py test
49-
python setup.py livetest
45+
run: ./config/ci/init-solr.sh && ./config/ci/init.sh && python setup.py test && python setup.py livetest

0 commit comments

Comments
 (0)