You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are no test cases in loopback-oracle-installer because it's a installer code for loopback-connector oracle module. The only time a developer would run 'npm i' on loopback-oracle-installer would be in their dev environment when they are fixing an issue in loopback-oracle-installer . In this dev env, loopback-oracle-installer depends on loopback-oracle-builder to be it's pier node module (checked out at the same as loopback-oracle-installer module). In CI setup, loopback-oracle-builder is not available because it's not a dev env, hence the CI failures.
Ideally, CI shouldn't be running loopback-oracle-installer. Instead this CI should just run the CI for dependent module which is loopback-connector-oracle which will in-turn do 'npm i loopback-oracle-installer' which will test any change developer has made to loopback-oracle-installer. loopback-oracle-installer CI should ideally only kick off CI for loopback-connector-oracle.
see #16
The text was updated successfully, but these errors were encountered: