akhettar / github-actions-for-ci

Home Page:https://lab.github.com/githubtraining/github-actions:-continuous-integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Congratulations!

github-learning-lab opened this issue · comments

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 master 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?