Skip to content
Snippets Groups Projects
Commit 97b76f31 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

try making shared/ tests runable by service

parent 0502d813
No related branches found
No related tags found
2 merge requests!1706merge 2.8.4 to main,!1614PIPELINE TESTING: Playing with shared/workspaces testing
Pipeline #14896 canceled
......@@ -5,6 +5,7 @@
- cd ${PATH_PREFIX}${SERVICE_NAME}
# use the poetry virtual environment and packages
- poetry install --with test
- pwd
- $(poetry env info -p)/bin/pytest . ../../${TEST_PREFIX2}{SERVICE_NAME} --cov=${SERVICE_NAME} --cov-report=
- mv ./.coverage ${CI_PROJECT_DIR}/.coverage.${SERVICE_NAME}.${CI_COMMIT_SHORT_SHA}
artifacts:
......
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