mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
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:
parent
d44b09cf12
commit
d2107278a7
1 changed files with 3 additions and 5 deletions
|
@ -37,8 +37,6 @@ full-tests:
|
||||||
- yunohost tools postinstall -d domain.tld -u syssa -F 'Syssa Mine' -p the_password --ignore-dyndns --force-diskspace
|
- yunohost tools postinstall -d domain.tld -u syssa -F 'Syssa Mine' -p the_password --ignore-dyndns --force-diskspace
|
||||||
script:
|
script:
|
||||||
- python3 -m pytest --cov=yunohost tests/ src/tests/ --junitxml=report.xml
|
- python3 -m pytest --cov=yunohost tests/ src/tests/ --junitxml=report.xml
|
||||||
- cd tests
|
|
||||||
- bash test_helpers.sh
|
|
||||||
needs:
|
needs:
|
||||||
- job: build-yunohost
|
- job: build-yunohost
|
||||||
artifacts: true
|
artifacts: true
|
||||||
|
@ -64,9 +62,9 @@ test-helpers:
|
||||||
script:
|
script:
|
||||||
- cd tests
|
- cd tests
|
||||||
- bash test_helpers.sh
|
- bash test_helpers.sh
|
||||||
only:
|
# only:
|
||||||
changes:
|
# changes:
|
||||||
- helpers/*
|
# - helpers/*
|
||||||
|
|
||||||
test-domains:
|
test-domains:
|
||||||
extends: .test-stage
|
extends: .test-stage
|
||||||
|
|
Loading…
Add table
Reference in a new issue