ioBroker/ioBroker.lovelace

Please consider using standard testing

Opened this issue · 0 comments

Please consider migrating to standard testing (@iobroker/testing). Standard testing is using the newest version of js-controller to check compatibily atz an early phase. As you checks still pass at nodejs 16 this is a string indication, that you use some otehr non-standard configuration.

See https://github.com/ioBroker/ioBroker.example/blob/master/JavaScript/.github/workflows/test-and-release.yml as an example and add @iobroker/testing to you dev dependencies.

Using standard testing might become a requirement in future. Of course any additional testing is welcome. But please consider using it as a seperated workflow not called test-and.release.