1
0
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:
Deltik 2019-03-29 17:30:29 -05:00
parent aee33b6bb5
commit 6e5b84ee4c
No known key found for this signature in database
GPG Key ID: 1167C5F9C9897637

View File

@ -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/