ci: for some reason the helper tests may be the reason the full-tests job sometimes crashes with no explanation ... let's try to keep it in a separate job to see if that indeed fixes the issue

This commit is contained in:
Alexandre Aubin 2023-07-14 15:22:23 +02:00
parent d44b09cf12
commit d2107278a7

View file

@ -37,8 +37,6 @@ full-tests:
- yunohost tools postinstall -d domain.tld -u syssa -F 'Syssa Mine' -p the_password --ignore-dyndns --force-diskspace
script:
- python3 -m pytest --cov=yunohost tests/ src/tests/ --junitxml=report.xml
- cd tests
- bash test_helpers.sh
needs:
- job: build-yunohost
artifacts: true
@ -64,9 +62,9 @@ test-helpers:
script:
- cd tests
- bash test_helpers.sh
only:
changes:
- helpers/*
# only:
# changes:
# - helpers/*
test-domains:
extends: .test-stage