mirror of
https://github.com/e107inc/e107.git
synced 2025-03-24 06:19:57 +01: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
|
||||
script: "php ./vendor/bin/codecept run unit --steps --debug --coverage --coverage-xml --coverage-html"
|
||||
artifacts:
|
||||
when: always
|
||||
paths:
|
||||
- ./tests/_output/
|
||||
|
||||
@ -43,6 +44,7 @@ pages:
|
||||
- test:php7.3-mysql8.0
|
||||
script:
|
||||
- mv ./tests/_output/ ./public/
|
||||
when: always
|
||||
artifacts:
|
||||
paths:
|
||||
- ./public/
|
||||
|
Loading…
x
Reference in New Issue
Block a user