ci(repo): migrate to github actions. (#119)

tests(repo): modified to github actions.
This commit is contained in:
Mojib Wali
2020-12-03 15:19:45 +01:00
committed by GitHub
parent e45832be2b
commit 84f963b407
8 changed files with 65 additions and 66 deletions

View File

@@ -7,10 +7,9 @@
# modify it under the terms of the MIT License; see LICENSE file for more
# details.
docker-services-cli up postgresql es redis
python -m check_manifest --ignore ".travis-*" && \
python -m sphinx.cmd.build -qnNW docs docs/_build/html && \
docker-services-cli up es postgresql redis
python -m check_manifest --ignore ".*-requirements.txt"
python -m sphinx.cmd.build -qnNW docs docs/_build/html
docker-services-cli --verbose up es postgresql redis
python -m pytest
tests_exit_code=$?
docker-services-cli down