Checks out the repo using partial / sparse checkouts
Add the following to your pipeline.yml:
steps:
- command: ls
plugins:
- hivehr/buildkite-sparse-checkout#masterTo run the tests:
docker-compose run --rm tests- Fork the repo
- Make the changes
- Run the tests
- Commit and push your changes
- Send a pull request