mirror of
https://github.com/e107inc/e107.git
synced 2025-05-16 08:59:42 +02:00
Collect test artifacts, even if test fails
This commit is contained in:
parent
aee33b6bb5
commit
6e5b84ee4c
@ -34,6 +34,7 @@ test:php7.3-mysql8.0:
|
|||||||
image: php:7.3
|
image: php:7.3
|
||||||
script: "php ./vendor/bin/codecept run unit --steps --debug --coverage --coverage-xml --coverage-html"
|
script: "php ./vendor/bin/codecept run unit --steps --debug --coverage --coverage-xml --coverage-html"
|
||||||
artifacts:
|
artifacts:
|
||||||
|
when: always
|
||||||
paths:
|
paths:
|
||||||
- ./tests/_output/
|
- ./tests/_output/
|
||||||
|
|
||||||
@ -43,6 +44,7 @@ pages:
|
|||||||
- test:php7.3-mysql8.0
|
- test:php7.3-mysql8.0
|
||||||
script:
|
script:
|
||||||
- mv ./tests/_output/ ./public/
|
- mv ./tests/_output/ ./public/
|
||||||
|
when: always
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- ./public/
|
- ./public/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user