Raffaello / sdl2-vga-terminal

SDL2 VGA Terminal
MIT License
6 stars 1 forks source link

[azure-pipelines | Tests] check the report with failed tests #130

Closed Raffaello closed 4 years ago

Raffaello commented 4 years ago

the report is reporting always successful even when test failed.

for eg: https://dev.azure.com/raffaellobertini/sdl2-vga-terminal/_build/results?buildId=911&view=results

Raffaello commented 4 years ago

because when the test failed is the last step in the job, so it miss to publish test results.. it should be enough to add condition: always() to publish always the test resutls... i guess.

Raffaello commented 4 years ago

or use: continueOnError: true