๐ก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
Releases Python Build for handshake to Pypi package: handshakes
Releases dashboard static build
Releases
common-handshakes
andwdio-handshake-reporter
Deploys storybook
Last updated