homebridge / plugin-ui-utils

Create fully customisable configuration user interfaces for Homebridge plugins.
https://homebridge.io
MIT License
33 stars 7 forks source link

fix: github actions (adds missing npm scripts) #12

Closed bwp91 closed 1 year ago

bwp91 commented 1 year ago

GItHub actions are failing because the test and test-coverage scripts do not exist in the package.json file. This repo does not use jest for testing, or anything like this.

There were some options here, to remove this section from the actions file, to add blank npm scripts to the package json file, etc.

I went for this method, to try and keep all the action files similar between different homebridge repos.