Closed kendallgassner closed 1 year ago
resolves #23
I am adding a couple new flags:
<img alt='' ...
![]
<img />
Our CI was not actually failing when a test failed. I fixed this by adding exit 1 when a unit test failed.
exit 1
resolves #23
What
I am adding a couple new flags:
<img alt='' ...
![]
<img />
Our CI was not actually failing when a test failed. I fixed this by adding
exit 1
when a unit test failed.