Open CasperWA opened 2 years ago
The repository should have some CI workflows for sanity checks and more. For reference, other OTEAPI plugins on GitHub uses GitHub Actions for CI/CD workflows:
I'd suggest to simply start with the ci_tests.yml file, commenting out the "pytest" jobs.
ci_tests.yml
Very good advice Casper, I do not have too much experience with CI but I guess I can start here to learn
The repository should have some CI workflows for sanity checks and more. For reference, other OTEAPI plugins on GitHub uses GitHub Actions for CI/CD workflows:
I'd suggest to simply start with the
ci_tests.yml
file, commenting out the "pytest" jobs.