xAlessandroC / oteapi-ontokb-plugin

MIT License
0 stars 1 forks source link

Add CI workflows #3

Open CasperWA opened 2 years ago

CasperWA commented 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.

xAlessandroC commented 2 years ago

Very good advice Casper, I do not have too much experience with CI but I guess I can start here to learn