You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we copy a lot of CI from poke-env to setup the showdown side of things. I think it would be much better to incorporate the necessary aspects of this into our Dockerfile written by @boykovdn, and then run the tests in that docker container, building it on the fly for every test run.
Currently, we copy a lot of CI from
poke-env
to setup the showdown side of things. I think it would be much better to incorporate the necessary aspects of this into ourDockerfile
written by @boykovdn, and then run the tests in that docker container, building it on the fly for every test run.This way, we keep our Docker image shiny and updated, while also making a possibly re-usable pokemon showdown github action! See e.g. https://docs.github.com/en/actions/creating-actions/creating-a-docker-container-action
The text was updated successfully, but these errors were encountered: