Skip to content
Snippets Groups Projects
Commit 915b4d71 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

PIPELINE: Add version output to test execution

parent 7c2fa055
No related branches found
No related tags found
2 merge requests!89Integration Test Suggestions - Inttest,!81F local inttests
Pipeline #60412 passed
......@@ -31,5 +31,8 @@ CMD /wait-for-it.sh caosdb-server:10443 -t 500 -- \
# ... install pylinkahead.ini and the server-side scripts
cp /git/.docker/sss_pylinkahead.ini /scripting/home/.pylinkahead.ini && \
cp -r /git/resources /scripting/bin-debug && \
# ... put out general version information
python3 --version && \
python3 -c "import linkahead; print(linkahead.version.version)" && \
# ... and run tests
pytest --cov=linkahead -vv tests
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment