mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-07 06:37:44 +02:00
add phpunit when running without /tt-rss
This commit is contained in:
parent
c236560b70
commit
0787af48ff
@ -139,6 +139,14 @@ phpunit-integration:
|
|||||||
path: phpunit-coverage.xml
|
path: phpunit-coverage.xml
|
||||||
coverage: '/^\s*Lines:\s*\d+.\d+\%/'
|
coverage: '/^\s*Lines:\s*\d+.\d+\%/'
|
||||||
|
|
||||||
|
phpunit-integration:root-location:
|
||||||
|
variables:
|
||||||
|
APP_WEB_ROOT: /builds/shared-root/tt-rss
|
||||||
|
APP_INSTALL_BASE_DIR: /builds/shared-root
|
||||||
|
APP_BASE: ""
|
||||||
|
APP_URL: http://web-nginx
|
||||||
|
extends: phpunit-integration
|
||||||
|
|
||||||
selenium:
|
selenium:
|
||||||
extends: phpunit-integration
|
extends: phpunit-integration
|
||||||
image: ${SELENIUM_IMAGE}
|
image: ${SELENIUM_IMAGE}
|
||||||
|
Loading…
Reference in New Issue
Block a user