Congratulations!
Opened this issue · 0 comments
github-learning-lab commented
Congratulations!
Nice work, you did it! Your workflows now contain:
- ✅ test against multiple targets so that we know if our supported operating systems and Node.js versions are working
- ✅ dedicated test job so that we can separate out build from test details
- ✅ access to build artifacts so that we can deploy them to a target environment
- ✅ branch protections so that the
main
branch can't be deleted or inadvertently broken - ✅ required reviews so that any pull requests are double checked by teammates
- ✅ obvious approvals so we can merge quickly and potentially automate merges and deployments
What's next?
There's so much more you can do with continuous integration, and you have a solid start. Now...what will you learn next?