Open
Description
Many CI workflows configure the workspace environment before executing. This Github Action works in a way that completely isolates the test runner from the environment, by running your tests in its own Docker container, sharing only the project source files.
It would be useful to run any arbitrary shell command within the container. This should probably be transferred to other php-actions too.