colin353 / mushu-new

0 stars 1 forks source link

Add elm tests to the CI configuration, fixing #59 #65

Closed colin353 closed 6 years ago

colin353 commented 6 years ago

I updated the CI image docker file, which is located at colinmerkel/mushu-ci

iteloo commented 6 years ago

I’m not sure if elm-test outputs to stderr when tests fail (it could). Does that matter? is that how CI knows?

colin353 commented 6 years ago

It will return exit code 1 on failure, and the CI will detect that as a fail.