Your First CI Workflow Executions

You have already set up the AWSome Books repository in section 4.1 Create AWSome Books Repository. Now, it’s time to modify and review specific parts of the prepared source code. After that, push the updated code to the remote repository to trigger the initial GitHub Actions workflows.

Content

  1. Create Configuration Variables
  2. Get The Prepared Source Code
  3. Review CI Workflow
  4. Review Update Dependency Cache Workflow
  5. Review Reusable Workflows
  6. Review Release Workflow
  7. Review Rollback Workflow
  8. Your First CI Workflow Execution
  9. Update Dependency Cache
  10. Your Second CI Workflow Execution