MAPG-94 save test results and save only the result xml as artifact
This commit is contained in:
parent
255168ffb6
commit
c1cdeba1d3
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
.env
|
.env
|
||||||
installed
|
installed
|
||||||
|
unit_test_results.xml
|
||||||
vendor
|
vendor
|
||||||
|
@ -7,9 +7,9 @@ pipelines:
|
|||||||
caches:
|
caches:
|
||||||
- composer
|
- composer
|
||||||
artifacts:
|
artifacts:
|
||||||
- vendor/**
|
- unit_test_results.xml
|
||||||
script:
|
script:
|
||||||
- apt-get update && apt-get install -y unzip
|
- apt-get update && apt-get install -y unzip
|
||||||
- curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
|
- curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
|
||||||
- composer install
|
- composer install
|
||||||
- vendor/bin/phpunit --testdox tests
|
- vendor/bin/phpunit --log-junit unit_test_results.xml --testdox tests
|
||||||
|
Loading…
Reference in New Issue
Block a user