To make CI process better, we should add a new workflow to verify the target code can work with autify-cli.
At the moment, we do this by hand like below:
npm pack on autify-sdk-js
- Move the packed
autifyhq-autify-sdk-0.8.0.tgz file to autify-cli
npm install ./autifyhq-autify-sdk-0.8.0.tgz on autify-cli
npm run test:integration:dev on autify-cli
We can easily automate this task as GitHub Actions.