github-action-setup-ddev icon indicating copy to clipboard operation
github-action-setup-ddev copied to clipboard

Support installing when action runner is macos-latest

Open davereid-pfg opened this issue 3 years ago • 3 comments
trafficstars

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.

davereid-pfg avatar Sep 07 '22 03:09 davereid-pfg

Mac is really hard. There's no command-line way to start Docker Desktop if you want it. You can do Colima, as DDEV has colima tests. But I was never able to get mkcert installed without access to the UI, so had to use http for everything.

rfay avatar Sep 07 '22 03:09 rfay

I am interested to know what the Mac-based workflow looks like. Are you using host commands that are specific to Mac?

jonaseberle avatar Sep 07 '22 07:09 jonaseberle

Yeah I kind of figured we would use brew to install colima ourselves before running this.

davereid-pfg avatar Sep 08 '22 19:09 davereid-pfg

Hey, we have moved to https://github.com/ddev/github-action-setup-ddev. This repo will be archived (read-only). I am going to close all issues. Please feel free to open a new one in the new place if you think it makes sense.

jonaseberle avatar Apr 26 '23 06:04 jonaseberle