go-task / task

A task runner / simpler Make alternative written in Go
https://taskfile.dev
MIT License
11.53k stars 616 forks source link

feat(remote): add tests for git remote taskfiles #1894

Open pbitty opened 3 weeks ago

pbitty commented 3 weeks ago

This uses a similar approach as the HTTP remote taskfile tests, leveraging the git tool's built-in support for hosting a local HTTP server via CGI.

I was inspired by the HTTP tests and realized the same thing could work for git.

pbitty commented 3 weeks ago

I'm going to mark this as draft while I sort out the CI issues. I need to find the right git ref to use.

pbitty commented 3 weeks ago

Ok, fixed now.