-
Notifications
You must be signed in to change notification settings - Fork 0
Deployment Workflow
Cecilia Wong edited this page May 1, 2024
·
4 revisions
Workflow name: Run Tests and Deploy
Configuration file: test-and-deploy.yaml
Triggered by: Push requests to master
, next-version
branch or version-related tags (starting with version-
or in v[num].[num].[num]
format)

For master
:
- Run all test cases.
- Create a production build.
- Upload the build to Netlify and deploy it to Production.
For others:
- Run all test cases.