umkc-cs-451-2020-spring / dwebble

Group 12's project for CS451r
0 stars 0 forks source link

Add CI/CD with GH Actions #18

Open ejmg opened 4 years ago

ejmg commented 4 years ago

Enable project CI/CD

Title says it all, really.

Assignees

TBD

Background

CI/CD integration with GitHub Actions would give us a low-friction, easy to maintain way of verifying that development code builds and deploys for each commit/PR put out. This can help prevent regressions via failed builds, and ensure tests are always being checked against.

Constraints and Assumptions

Blockers

None

Design Changes

None

References

None