add phpunit when running without /tt-rss

This commit is contained in:
Andrew Dolgov
2025-05-24 16:47:33 +03:00
parent c236560b70
commit 0787af48ff

View File

@@ -139,6 +139,14 @@ phpunit-integration:
path: phpunit-coverage.xml
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:
extends: phpunit-integration
image: ${SELENIUM_IMAGE}