Create quick CI tests for the Python scripts in this repo without having to do a full OpenDRR/opendrr-api stack build.
In the GitHub workflow that run these CI tests:
- Test multiple versions of Python: 3.8, 3.9 and 3.10 for starters
- Test on barebone GitHub runners with multiple OS versions:
ubuntu-18.04, ubuntu-20.04, ubuntu-22.04
- Test also within mulitple versions of OpenDRR/python-env Docker images based on
debian:sid-20201012-slim, debian:bullseye-slim (Debian 11 stable releases), and on debian:sid-slim.
Motivations: To allow, for example:
Create quick CI tests for the Python scripts in this repo without having to do a full OpenDRR/opendrr-api stack build.
In the GitHub workflow that run these CI tests:
ubuntu-18.04,ubuntu-20.04,ubuntu-22.04debian:sid-20201012-slim,debian:bullseye-slim(Debian 11 stable releases), and ondebian:sid-slim.Motivations: To allow, for example: