Nico Rehwaldt
- Migrated Travis CI ➡️ GitHub actions
bpmn-moddle
test suite times out (ref)- Random fail? ➡️ NO
bpmn-moddle
uses xsd-schema-validator
xsd-schema-validator
uses Java for actual validation
Java is being compiled on the fly...
{
"name": "xsd-schema-validator",
"scripts": {
...,
"postinstall": "COMPILE JAVA HELPER"
}
}
➡️ https://github.com/nikku/node-xsd-schema-validator/blob/master/CHANGELOG.md#070
Better for all users 🎉