mirror of https://github.com/VinGarcia/ksql.git
Fix false failed build by forcing it to run again
I made no changes in the code but because of how codecov works it is falsely reporting that the test coverage changed to a lower value.pull/20/head
parent
9ff5f70753
commit
f6ed380095
|
@ -684,8 +684,8 @@ docker pull mysql:8.0.27
|
|||
docker pull mcr.microsoft.com/mssql/server:2017-latest
|
||||
```
|
||||
|
||||
Otherwise the first attempt to run the tests
|
||||
will spend a long time downloading these images
|
||||
Otherwise the first attempt to run the tests will
|
||||
spend a long time downloading these images
|
||||
and then fail because the `TestMain()` function
|
||||
is configured to kill the containers after 20 seconds.
|
||||
|
||||
|
|
Loading…
Reference in New Issue