This repository holds reusable workflows for CI. Supported workflows are documented here!
Every day, automated tests run on our simulated drones to verify system stability, navigation performance, and controller behavior. These tests ensure that our autonomous systems are working as expected.
Our goal is to centralize and simplify the management of CI/CD workflows. By placing all reusable workflows in one central repository, we ensure consistency across projects and reduce maintenance overhead.
- Pick a template from here
- Copy the template into your repositories
.github/workflows
directory. - Modify the template to fit your project's requirements.
- Commit and push the changes to your repository.