williamblevins

Results 6 comments of williamblevins

Ditto. Adding `testCoverageEnabled true` like in the README causing the task step to get skipped.

Not sure if this is explicitly related, but I have a similar issue that happens frequently. ``` 2021-08-17 21:00:03 INFO Found 1 artifacts. Starting to download to: -- # Received...

Also, I think the pinned platform file for 10.14 needs to be updated as some required library is missing.

Can any of these images be removed (IE. not supported)?

Yes, please. Is there any concurrency currently? If not, there really should be...

Looks like I can work around this with this `joi.alternatives(joi.string().valid('HEAD'), joi.string().hex().min(6).max(40).lowercase()).required()`.