This repository showcases how to use GitHub Actions together with a Docker image to run CI test automatically in the cloud.
A more complex example is available in Arm-Examples/cloud_ci_demo_rv2.
Directory | Description |
---|---|
/basic | Simple blinky example |
.github/workflows/ | GitHub Actions workflow for the example |
Fork the repository and push some changes to it. Instantaneously, the GitHub Actions kick in and start to run through the flow.