cerner / terra-application

A framework to support application development with Terra components
Apache License 2.0
8 stars 13 forks source link

Add CI-CD to terra-application-v1 branch #344

Closed sdadn closed 1 year ago

sdadn commented 1 year ago

Summary

This PR adds github actions to the terra-application-v1 branch so that any future PRs will go through the ci-cd system before merging.

Testing

This change was tested using:

Reviews

In addition to engineering reviews, this PR needs:

Additional Details


Thank you for contributing to Terra. @cerner/terra

nikhitasharma commented 1 year ago

@sdadn Are we planning on releasing and deploying to site from this branch automatically? Based on that we could decide to keep the release and deploy step.

sdadn commented 1 year ago

@sdadn Are we planning on releasing and deploying to site from this branch automatically? Based on that we could decide to keep the release and deploy step.

Yeah correct. This is for releasing and deploying terra-application v1, while main will be used to deploy terra-application v2.

nikhitasharma commented 1 year ago

@sdadn Everything looks good and the checks seem to work. The current builds are failing, are they existing failures and expected.

sdadn commented 1 year ago

@sdadn Everything looks good and the checks seem to work. The current builds are failing, are they existing failures and expected.

I fixed some build failures and looks like the ci-cd system is running some steps. The remaining failures are due to outdated wdio/jest snapshots and should be fixed by #343