Run CI checks first as part of CD workflow #448
Labels
scope: ci/cd
GitHub actions workflows
type: feature
New feature or new functionality to existing feature
workflow: needs refinement
Further information is requested
The CD App workflow right now deploys to dev environment on merges to main, and separately the CI App workflows (e.g. flask template ci-app and nextjs template ci-app also run on merges to main). This ticket is to have the deploys only continue if the CI checks pass.
This ticket has some complexity since it crosses the boundaries between templates. We need to do at least the following:
ci-<APP_NAME>.yml
workflowcredit to @daphnegold for the suggestion
The text was updated successfully, but these errors were encountered: