ibpsa / project1-boptest-gym

Other
43 stars 20 forks source link

Refactor testing to pull boptest_base image #152

Closed javiarrobas closed 2 months ago

javiarrobas commented 2 months ago

We're sometimes getting errors of the type: image That's because we're building the boptest image in GitHub Actions which is quite expensive. This issue is to refactor the tests to pull the image from registry instead. This should also accelerate the testing process.