mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-06 06:07:29 +02:00
add integration runner tag
This commit is contained in:
parent
5dcb8db933
commit
d04fc6f26d
@ -123,6 +123,8 @@ phpunit-integration:
|
||||
coverage_format: cobertura
|
||||
path: phpunit-coverage.xml
|
||||
coverage: '/^\s*Lines:\s*\d+.\d+\%/'
|
||||
tags:
|
||||
- $RUNNER_TAG_INTEGRATION
|
||||
|
||||
selenium:
|
||||
image: ${SELENIUM_IMAGE}
|
||||
@ -144,6 +146,8 @@ selenium:
|
||||
when: always
|
||||
reports:
|
||||
junit: selenium-report.xml
|
||||
tags:
|
||||
- $RUNNER_TAG_INTEGRATION
|
||||
|
||||
ttrss-fpm-pgsql-static:publish:
|
||||
stage: publish
|
||||
|
Loading…
Reference in New Issue
Block a user