The easiest way to validate your setup, is to run a test job.
Generate a new GitHub repository from the sprinters-sh/sprinters-test
template
On your new repo:
.github/workflows/test.yml
workflow definition and replace your-12-digit-aws-account-id
with your own AWS account ID.sprinters-test
workflow and inspect the workflow run logs.You should now see:
Success! This job is running on a fresh EC2 instance in your AWS account using Sprinters!
Congratulations! You now have a fully operational Sprinters setup.