Install the dependencies
yarn install
Build the typescript
yarn build
Run the tests ✔️
yarn test
Create github deployment
- name: Create deployment
uses: minddocdev/github-deployment-action@releases/v1
with:
token: ${{ github.token }}
ref: master
payload: '
{
"app": "myApp"
}
'
environment: staging
description: myApp staging deployment
required_contexts: '[]'