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

update for 2.8.4

parent a4c2c4b0
No related branches found
No related tags found
2 merge requests!1706merge 2.8.4 to main,!1614PIPELINE TESTING: Playing with shared/workspaces testing
This commit is part of merge request !1614. Comments created here will be created in the context of that merge request.
......@@ -6,7 +6,7 @@
# use the poetry virtual environment and packages
- poetry install --with test
- pwd
- $(poetry env info -p)/bin/pytest --junitxml=tests.xml ../../${TEST_PREFIX2}{SERVICE_NAME} --cov=${SERVICE_NAME} --cov-report=
- $(poetry env info -p)/bin/pytest . ../../${TEST_PREFIX2}{SERVICE_NAME} --junitxml=tests.xml --cov=${SERVICE_NAME} --cov=../../${PATH_PREFIX2}${SERVICE_NAME} --cov-report=
- mv ./.coverage ${CI_PROJECT_DIR}/.coverage.${SERVICE_NAME}.${CI_COMMIT_SHORT_SHA}
- mv ./tests.xml ${CI_PROJECT_DIR}/tests.${SERVICE_NAME}.${CI_COMMIT_SHORT_SHA}.xml
artifacts:
......
......@@ -65,7 +65,6 @@ COPY --chown=vlapipe:vlapipe ./apps/cli ./apps/cli
# Copy service directory to /code in the image
# set ownership of content to vlapipe and the vlapipe group
USER vlapipe
COPY --chown=vlapipe:vlapipe ./services/workflow ./services/workflow
WORKDIR /code/services/workflow
RUN poetry install --with 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