Boostport / setup-cloudflare-warp

Access Cloudflare Zero-Trust applications in GitHub Actions Workflows
Apache License 2.0
35 stars 20 forks source link

feat: Add support for windows, backported from oHTGo/setup-cloudflare-warp-action #88

Closed marcusramberg closed 3 months ago

marcusramberg commented 3 months ago

Tested on github managed windows-latest runner.

marcusramberg commented 3 months ago

Can you add windows to the test matrix for the tests?

Yepp, I slightly started looking at that, wget isn't installed by default on windows runners tho, so I'd need a conditional for that test step I guess.

marcusramberg commented 3 months ago

Would you be ok with replacing it with curl -I https://www.google.com/ ? That's available across win/linux/mac afaict.

F21 commented 3 months ago

Sure! Let's do that!

marcusramberg commented 3 months ago

Thanks. <3