Skip to content

Add autify-cli build and integration test workflow #134

@riywo

Description

@riywo

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:

  1. npm pack on autify-sdk-js
  2. Move the packed autifyhq-autify-sdk-0.8.0.tgz file to autify-cli
  3. npm install ./autifyhq-autify-sdk-0.8.0.tgz on autify-cli
  4. npm run test:integration:dev on autify-cli

We can easily automate this task as GitHub Actions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions