Skip to content
Snippets Groups Projects
Commit f8b90328 authored by Alán Muñoz's avatar Alán Muñoz
Browse files

ci(pyproject): add test

parent 6e6e3945
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ before_script: ...@@ -27,7 +27,7 @@ before_script:
# - git pull origin HEAD:master # - git pull origin HEAD:master
- rm -rf ~/.cache/pypoetry - rm -rf ~/.cache/pypoetry
- if [ ${var+TRIGGER_PYPI_NAME} ]; then echo "Pipeline triggered by ${TRIGGER_PYPI_NAME}"; poetry add ${TRIGGER_PYPI_NAME}@latest; fi - if [ ${var+TRIGGER_PYPI_NAME} ]; then echo "Pipeline triggered by ${TRIGGER_PYPI_NAME}"; poetry add ${TRIGGER_PYPI_NAME}@latest; fi
- poetry install -vv - poetry install -vv --with test
Unit test: Unit test:
stage: test stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment