github-action-setup-ddev
github-action-setup-ddev copied to clipboard
Set up your GitHub Actions workflow with ddev
Thanks for making me owner and getting @davereid-pfg in there, it's a good idea. In fact it might be a good idea to promote this to drud workspace. I won't...
We need in some of our CI jobs to be able to run the following in order to pull the latest database from Pantheon: ``` ddev auth ssh ddev pull...
I tried searching on how we could use actions/cache to help pre-populate the composer and npm caches inside the DDEV containers running in Github Actions. https://github.com/drud/ddev/pull/1248 added a persistent cache...
We have several things that require the use of the `CI` environment variable, which is set to the string `true` inside Github Actions runners, but inside the DDEV container, this...
Especially with things like upcoming breaking ddev release v1.19 I'd not like build pipelines to break. So I would like to control which ddev version will be installed.
I don't necessarily want to cache the whole ddev setup but to speed up the GH workflow it would be neat to have the docker images cached. Do you think...
I would like to be able to use this action to install DDEV on a Mac-based workflow for some regression testing, but it only supports Linux runners currently.
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.9.0 to 1.9.1. Changelog Sourced from @actions/core's changelog. 1.9.1 Randomize delimiter when calling core.exportVariable Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve...