Se produce un error al intentar ejecutar los tests con el contenedor de docker tanto desde Github Actions como desde CircleCI debido a problemas con las variables de entorno:
Enlace en CircleCI
> assert config.get_log_file() == 'bar_power.log'
E AssertionError: assert 'barpower.log' == 'bar_power.log'
E - bar_power.log
E ? -
E + barpower.log
tests/test_config.py:19: AssertionError
=========================== short test summary info ============================
FAILED tests/test_config.py::test_correct_log_file - AssertionError: assert '...
========================= 1 failed, 14 passed in 0.31s =========================
Error: Sequence aborted after failed subtask 'pytest'
Se produce un error al intentar ejecutar los tests con el contenedor de docker tanto desde Github Actions como desde CircleCI debido a problemas con las variables de entorno: Enlace en CircleCI