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
|
coverage_format: cobertura
|
||||||
path: phpunit-coverage.xml
|
path: phpunit-coverage.xml
|
||||||
coverage: '/^\s*Lines:\s*\d+.\d+\%/'
|
coverage: '/^\s*Lines:\s*\d+.\d+\%/'
|
||||||
|
tags:
|
||||||
|
- $RUNNER_TAG_INTEGRATION
|
||||||
|
|
||||||
selenium:
|
selenium:
|
||||||
image: ${SELENIUM_IMAGE}
|
image: ${SELENIUM_IMAGE}
|
||||||
@ -144,6 +146,8 @@ selenium:
|
|||||||
when: always
|
when: always
|
||||||
reports:
|
reports:
|
||||||
junit: selenium-report.xml
|
junit: selenium-report.xml
|
||||||
|
tags:
|
||||||
|
- $RUNNER_TAG_INTEGRATION
|
||||||
|
|
||||||
ttrss-fpm-pgsql-static:publish:
|
ttrss-fpm-pgsql-static:publish:
|
||||||
stage: publish
|
stage: publish
|
||||||
|
Loading…
Reference in New Issue
Block a user