Note, do to lack of support for adjusting CMD args in service container launching (https://github.com/actions/runner/issues/2139), we basically have to manage starting the container via docker compose ourselves.
Luckily there are scripts for that already, and this way the CI environment should match the local dev experience as well.
For testing support in #300
Note, do to lack of support for adjusting CMD args in service container launching (https://github.com/actions/runner/issues/2139), we basically have to manage starting the container via
docker compose
ourselves.Luckily there are scripts for that already, and this way the CI environment should match the local dev experience as well.