full-tests run test_helpers too

This commit is contained in:
Kay0u 2021-06-08 16:58:35 +02:00
parent 5967096c05
commit 024ea14b27
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -37,6 +37,8 @@ full-tests:
- yunohost tools postinstall -d domain.tld -p the_password --ignore-dyndns --force-diskspace - yunohost tools postinstall -d domain.tld -p the_password --ignore-dyndns --force-diskspace
script: script:
- python3 -m pytest --cov=yunohost tests/ src/yunohost/tests/ --junitxml=report.xml - python3 -m pytest --cov=yunohost tests/ src/yunohost/tests/ --junitxml=report.xml
- cd tests
- bash test_helpers.sh
needs: needs:
- job: build-yunohost - job: build-yunohost
artifacts: true artifacts: true