Github Workflow Actions
Thanks to Github Workflowsarrow-up-right, 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)
master
Test (Runs on build)
build
Releases Python Build for handshake to Pypi package: handshakes
Releases dashboard static build
Releases common-handshakes and wdio-handshake-reporter
common-handshakes
wdio-handshake-reporter
Deploys storybook
Last updated 1 year ago