frankenphp
frankenphp copied to clipboard
Automatically Run Tests on PR
This uses Github Actions to automatically run the tests in Docker via go test on every PR. This is based on the work in #33.
Requires several repo secrets:
REGISTRY_LOGIN_SERVER: The URL to push the docker container to.REGISTRY_USERNAME: The username/org to login asREGISTRY_PASSWORD: The password to login with