ci
ci copied to clipboard
onCreateCommand/postCreateCommand ... failed with exit code 137. Skipping any further user-provided commands.
No matter what I try I can't get this Dev Container to complete the onCreateCommand successfully, or even the postCreateCommand if I skip the onCreateCommand without running into what essentially appears to be an Out of Memory issue.
Failures: https://github.com/oidc-wp/openid-connect-generic/actions/runs/6793956920/job/18469639576#step:5:3652 Dev Container Configuration: https://github.com/oidc-wp/openid-connect-generic/blob/feature/unit-tests/.devcontainer/devcontainer.json
Removing the installation of Composer from the onCreateCommand gets past the failure to complete the onCreateCommand however, now the postCreateCommand fails when trying to run composer install. It really doesn't seem like using Dev Containers for GitHub Actions is really a viable option.
https://github.com/oidc-wp/openid-connect-generic/actions/runs/6806959957/job/18509175341