mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2026-02-04 16:23:26 +00:00
ci(repo): migrate to github actions. (#119)
tests(repo): modified to github actions.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user