๐ŸŽกWorkflows

Github Workflow Actions

Thanks to Github Workflows, we can run the required build and test jobs for our packages.

Two workflows are responsible for building and testing our project:

  • Release (Runs on master)

  • Test (Runs on build)

Release

release workflow
  • Releases Python Build for handshake to Pypi package: handshakes

pypi package
  • Releases dashboard static build

github releases
  • Releases common-handshakes and wdio-handshake-reporter

common-handshakes
wdio-handshake-reporter
  • Deploys storybook

storybook

Last updated