Skip to content
Snippets Groups Projects
Commit 2229ea60 authored by Krzysztof Mochocki's avatar Krzysztof Mochocki
Browse files

Fix test startup

parent 3cd4a921
No related branches found
No related tags found
1 merge request!73Clive integration related fixes
......@@ -163,7 +163,7 @@ build_beekeepy_wheel:
script:
- if [ -z "${HIVED_HTTP_ENDPOINT}" ]; then HIVED_HTTP_ENDPOINT=""; else HIVED_HTTP_ENDPOINT="--hived-http-endpoint=${HIVED_HTTP_ENDPOINT}"; fi
- echo -e "${TXT_BLUE}Launching tests...${TXT_CLEAR}"
- python3 -m pytest -n auto --durations 0 --junitxml=report.xml ${HIVED_HTTP_ENDPOINT} "tests/${SUBPROJECT_TEST_TARGET}_test"
- python3 -m pytest --asyncio-mode auto -n auto --durations 0 --junitxml=report.xml ${HIVED_HTTP_ENDPOINT} "tests/${SUBPROJECT_TEST_TARGET}_test"
artifacts:
when: always
expire_in: 1 week
......
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