From: Frank Brehm Date: Thu, 29 Dec 2022 12:58:08 +0000 (+0100) Subject: Adding Github output sections into gitlab/python-test-template.yaml X-Git-Tag: v1.0~13 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=ef626f38dadaced98d41579388493252132c29f4;p=pixelpark%2Fpython-packaging.git Adding Github output sections into gitlab/python-test-template.yaml --- diff --git a/gitlab/python-test-template.yaml b/gitlab/python-test-template.yaml index a6eac96..58d445e 100644 --- a/gitlab/python-test-template.yaml +++ b/gitlab/python-test-template.yaml @@ -13,9 +13,11 @@ tags: - docker script: - - pip install --upgrade --upgrade-strategy eager pytest + - | + echo -e "\e[0Ksection_start:$( date +%s ):install_pytest[collapsed=true]\r\e[0KInstalling pytest ..." + pip install --upgrade --upgrade-strategy eager pytest + echo -e "\e[0Ksection_end:$( date +%s ):install_pytest\r\e[0K" - pip list --format columns - - 'echo; echo "Content of variable \"\$UHU\": \"${UHU}\"."; echo' - pytest --verbose # vim: et tabstop=2 expandtab shiftwidth=2 softtabstop=2 list